(ctx context.Context, arg ListAIBridgeModelsParams)
| 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) |
no outgoing calls
no test coverage detected