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

Method DeleteChatModelConfigByID

coderd/database/querier.go:137–137  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID)

Source from the content-addressed store, hash-verified

135 // archive-cleanup retry).
136 DeleteChatDebugDataByChatID(ctx context.Context, arg DeleteChatDebugDataByChatIDParams) (int64, error)
137 DeleteChatModelConfigByID(ctx context.Context, id uuid.UUID) error
138 DeleteChatModelConfigsByAIProviderID(ctx context.Context, aiProviderID uuid.UUID) error
139 DeleteChatModelConfigsByProvider(ctx context.Context, provider string) error
140 DeleteChatQueuedMessage(ctx context.Context, arg DeleteChatQueuedMessageParams) error

Callers 5

deleteChatModelConfigMethod · 0.65
TestChatsTelemetryFunction · 0.65
TestChatsMethod · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 2

TestChatsTelemetryFunction · 0.52
TestChatsMethod · 0.52