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

TypeAlias RunKind

coderd/x/chatd/chatdebug/types.go:6–6  ·  view source on GitHub ↗

RunKind identifies the kind of debug run being recorded.

Source from the content-addressed store, hash-verified

4
5// RunKind identifies the kind of debug run being recorded.
6type RunKind string
7
8const (
9 // KindChatTurn records a standard chat turn.

Callers 1

chatdebugRunContextFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected