(ctx context.Context)
| 263 | // the root), we return its own ID as the root. |
| 264 | GetAIBridgeInterceptionLineageByToolCallID(ctx context.Context, toolCallID string) (GetAIBridgeInterceptionLineageByToolCallIDRow, error) |
| 265 | GetAIBridgeInterceptions(ctx context.Context) ([]AIBridgeInterception, error) |
| 266 | GetAIBridgeTokenUsagesByInterceptionID(ctx context.Context, interceptionID uuid.UUID) ([]AIBridgeTokenUsage, error) |
| 267 | GetAIBridgeToolUsagesByInterceptionID(ctx context.Context, interceptionID uuid.UUID) ([]AIBridgeToolUsage, error) |
| 268 | GetAIBridgeUserPromptsByInterceptionID(ctx context.Context, interceptionID uuid.UUID) ([]AIBridgeUserPrompt, error) |
no outgoing calls