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

TypeAlias ChatDebugRunKind

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

ChatDebugRunKind labels the operation that produced the debug run. Each value corresponds to a distinct call-site in chatd.

Source from the content-addressed store, hash-verified

896// ChatDebugRunKind labels the operation that produced the debug
897// run. Each value corresponds to a distinct call-site in chatd.
898type ChatDebugRunKind string
899
900const (
901 ChatDebugRunKindChatTurn ChatDebugRunKind = "chat_turn"

Callers 2

ChatDebugRunSummaryFunction · 0.92
ChatDebugRunDetailFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected