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

TypeAlias ChatPlanMode

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

ChatPlanMode represents the persistent plan mode state of a chat.

Source from the content-addressed store, hash-verified

520
521// ChatPlanMode represents the persistent plan mode state of a chat.
522type ChatPlanMode string
523
524const (
525 // ChatPlanModePlan activates plan mode for the chat.

Callers 2

TestPatchChatFunction · 0.92
ChatFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected