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

Function AllChatModelOverrideContexts

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

AllChatModelOverrideContexts returns all supported override contexts.

()

Source from the content-addressed store, hash-verified

673
674// AllChatModelOverrideContexts returns all supported override contexts.
675func AllChatModelOverrideContexts() []ChatModelOverrideContext {
676 return []ChatModelOverrideContext{
677 ChatModelOverrideContextGeneral,
678 ChatModelOverrideContextExplore,
679 ChatModelOverrideContextTitleGeneration,
680 }
681}
682
683// ChatModelOverrideResponse is the response body for the chat model override
684// configuration endpoint.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected