(ctx context.Context, arg CountConnectionLogsParams)
| 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 |
| 100 | // output pricing in their JSONB options.cost configuration. |
| 101 | CountEnabledModelsWithoutPricing(ctx context.Context) (int64, error) |
no outgoing calls