Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ formatChatModelOverride
Function
formatChatModelOverride
coderd/exp_chats.go:495–500 ·
view source on GitHub ↗
(id *uuid.UUID)
Source
from the content-addressed store, hash-verified
493
}
494
495
func
formatChatModelOverride(id *uuid.UUID) string {
496
if
id == nil {
497
return
""
498
}
499
return
id.String()
500
}
501
502
func
lookupEnabledChatModelConfigByID(
503
ctx context.Context,
Callers
3
upsertChatModelOverrideConfig
Method · 0.85
chatPersonalModelOverrideDeploymentDefaultResponse
Method · 0.85
getChatModelOverride
Method · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected