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

Method ListAIBridgeToolUsagesByInterceptionIDs

coderd/database/querier.go:1058–1058  ·  view source on GitHub ↗
(ctx context.Context, interceptionIds []uuid.UUID)

Source from the content-addressed store, hash-verified

1056 ListAIBridgeSessions(ctx context.Context, arg ListAIBridgeSessionsParams) ([]ListAIBridgeSessionsRow, error)
1057 ListAIBridgeTokenUsagesByInterceptionIDs(ctx context.Context, interceptionIds []uuid.UUID) ([]AIBridgeTokenUsage, error)
1058 ListAIBridgeToolUsagesByInterceptionIDs(ctx context.Context, interceptionIds []uuid.UUID) ([]AIBridgeToolUsage, error)
1059 ListAIBridgeUserPromptsByInterceptionIDs(ctx context.Context, interceptionIds []uuid.UUID) ([]AIBridgeUserPrompt, error)
1060 // Lists boundary logs for a session, sorted by sequence number ascending.
1061 // Supports optional exclusive sequence number bounds (seq_after, seq_before)

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 1

TestAIBridgeMethod · 0.52