Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
type
AIProviderType string
20
21
const
(
22
AiProviderTypeOpenai AIProviderType =
"openai"
Callers
9
providersFromEnv
Function · 0.92
aiProvidersCreate
Method · 0.92
insertChatModelConfigForTest
Function · 0.92
ChatModelConfig
Function · 0.92
ChatProvider
Function · 0.92
insertInternalChatProvider
Function · 0.92
testAIProvider
Function · 0.92
ReadAIProvidersFromEnv
Function · 0.92
Scan
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected