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

TypeAlias ChatDebugStepOperation

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

ChatDebugStepOperation labels the model interaction type for a debug step.

Source from the content-addressed store, hash-verified

916// ChatDebugStepOperation labels the model interaction type for a
917// debug step.
918type ChatDebugStepOperation string
919
920const (
921 ChatDebugStepOperationStream ChatDebugStepOperation = "stream"

Callers 1

ChatDebugStepFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected