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

TypeAlias ChatClientType

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

ChatClientType indicates whether a chat was created from the web UI or programmatically via the API.

Source from the content-addressed store, hash-verified

98// ChatClientType indicates whether a chat was created from the
99// web UI or programmatically via the API.
100type ChatClientType string
101
102const (
103 ChatClientTypeUI ChatClientType = "ui"

Callers 1

ChatFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected