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

TypeAlias AIProviderType

codersdk/aiproviders.go:25–25  ·  view source on GitHub ↗

AIProviderType identifies the protocol Coder uses to communicate with an upstream AI provider.

Source from the content-addressed store, hash-verified

23// AIProviderType identifies the protocol Coder uses to communicate
24// with an upstream AI provider.
25type AIProviderType string
26
27const (
28 AIProviderTypeOpenAI AIProviderType = "openai"

Callers 5

createAIProviderForTestFunction · 0.92
convertAIProviderSummaryFunction · 0.92
AIProviderFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected