ChatDebugStatus enumerates the lifecycle states shared by debug runs and steps. These values must match the literals used in FinalizeStaleChatDebugRows and all insert/update callers.
| 864 | // runs and steps. These values must match the literals used in |
| 865 | // FinalizeStaleChatDebugRows and all insert/update callers. |
| 866 | type ChatDebugStatus string |
| 867 | |
| 868 | const ( |
| 869 | ChatDebugStatusInProgress ChatDebugStatus = "in_progress" |
no outgoing calls
no test coverage detected