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

Method GetUserChatPersonalModelOverride

coderd/database/querier.go:776–776  ·  view source on GitHub ↗
(ctx context.Context, arg GetUserChatPersonalModelOverrideParams)

Source from the content-addressed store, hash-verified

774 GetUserChatCustomPrompt(ctx context.Context, userID uuid.UUID) (string, error)
775 GetUserChatDebugLoggingEnabled(ctx context.Context, userID uuid.UUID) (bool, error)
776 GetUserChatPersonalModelOverride(ctx context.Context, arg GetUserChatPersonalModelOverrideParams) (string, error)
777 // Returns the total spend for a user in the given period.
778 // When organization_id is NULL, spend across all organizations is
779 // returned (global behavior). Otherwise only spend within the

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

TestUserMethod · 0.52