(ctx context.Context, arg ListAIBridgeClientsParams)
| 1037 | // new links. |
| 1038 | LinkChatFiles(ctx context.Context, arg LinkChatFilesParams) (int32, error) |
| 1039 | ListAIBridgeClients(ctx context.Context, arg ListAIBridgeClientsParams) ([]string, error) |
| 1040 | ListAIBridgeInterceptions(ctx context.Context, arg ListAIBridgeInterceptionsParams) ([]ListAIBridgeInterceptionsRow, error) |
| 1041 | // Finds all unique AI Bridge interception telemetry summaries combinations |
| 1042 | // (provider, model, client) in the given timeframe for telemetry reporting. |
no outgoing calls
no test coverage detected