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

Method ListAIBridgeModels

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

Source from the content-addressed store, hash-verified

1043 ListAIBridgeInterceptionsTelemetrySummaries(ctx context.Context, arg ListAIBridgeInterceptionsTelemetrySummariesParams) ([]ListAIBridgeInterceptionsTelemetrySummariesRow, error)
1044 ListAIBridgeModelThoughtsByInterceptionIDs(ctx context.Context, interceptionIds []uuid.UUID) ([]AIBridgeModelThought, error)
1045 ListAIBridgeModels(ctx context.Context, arg ListAIBridgeModelsParams) ([]string, error)
1046 // Returns all interceptions belonging to paginated threads within a session.
1047 // Threads are paginated by (started_at, thread_id) cursor.
1048 ListAIBridgeSessionThreads(ctx context.Context, arg ListAIBridgeSessionThreadsParams) ([]ListAIBridgeSessionThreadsRow, error)

Callers 2

ListAIBridgeModelsMethod · 0.65
aiBridgeListModelsMethod · 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

no test coverage detected