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

Method UpsertChatComputerUseProvider

coderd/database/querier.go:1379–1379  ·  view source on GitHub ↗
(ctx context.Context, provider string)

Source from the content-addressed store, hash-verified

1377 UpsertChatAdvisorConfig(ctx context.Context, value string) error
1378 UpsertChatAutoArchiveDays(ctx context.Context, autoArchiveDays int32) error
1379 UpsertChatComputerUseProvider(ctx context.Context, provider string) error
1380 // UpsertChatDebugLoggingAllowUsers updates the runtime admin setting that
1381 // allows users to opt into chat debug logging.
1382 UpsertChatDebugLoggingAllowUsers(ctx context.Context, allowUsers bool) error

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