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

TypeAlias AIProviderType

coderd/database/models.go:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type AIProviderType string
20
21const (
22 AiProviderTypeOpenai AIProviderType = "openai"

Callers 9

providersFromEnvFunction · 0.92
aiProvidersCreateMethod · 0.92
ChatModelConfigFunction · 0.92
ChatProviderFunction · 0.92
testAIProviderFunction · 0.92
ReadAIProvidersFromEnvFunction · 0.92
ScanMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected