(ctx context.Context, arg CountAIBridgeSessionsParams)
| 94 | ClearChatMessageProviderResponseIDsByChatID(ctx context.Context, chatID uuid.UUID) error |
| 95 | CountAIBridgeInterceptions(ctx context.Context, arg CountAIBridgeInterceptionsParams) (int64, error) |
| 96 | CountAIBridgeSessions(ctx context.Context, arg CountAIBridgeSessionsParams) (int64, error) |
| 97 | CountAuditLogs(ctx context.Context, arg CountAuditLogsParams) (int64, error) |
| 98 | CountConnectionLogs(ctx context.Context, arg CountConnectionLogsParams) (int64, error) |
| 99 | // Counts enabled, non-deleted model configs that lack both input and |
no outgoing calls
no test coverage detected