MCPcopy Index your code
hub / github.com/coder/coder / ChatDebugStatus

TypeAlias ChatDebugStatus

codersdk/chats.go:866–866  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

864// runs and steps. These values must match the literals used in
865// FinalizeStaleChatDebugRows and all insert/update callers.
866type ChatDebugStatus string
867
868const (
869 ChatDebugStatusInProgress ChatDebugStatus = "in_progress"

Callers 3

ChatDebugRunSummaryFunction · 0.92
ChatDebugStepFunction · 0.92
ChatDebugRunDetailFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected