MCPcopy 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
495func formatChatModelOverride(id *uuid.UUID) string {
496 if id == nil {
497 return ""
498 }
499 return id.String()
500}
501
502func lookupEnabledChatModelConfigByID(
503 ctx context.Context,

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected