(ctx context.Context, arg InsertAIProviderParams)
| 924 | InsertAIBridgeToolUsage(ctx context.Context, arg InsertAIBridgeToolUsageParams) (AIBridgeToolUsage, error) |
| 925 | InsertAIBridgeUserPrompt(ctx context.Context, arg InsertAIBridgeUserPromptParams) (AIBridgeUserPrompt, error) |
| 926 | InsertAIProvider(ctx context.Context, arg InsertAIProviderParams) (AIProvider, error) |
| 927 | InsertAIProviderKey(ctx context.Context, arg InsertAIProviderKeyParams) (AIProviderKey, error) |
| 928 | InsertAPIKey(ctx context.Context, arg InsertAPIKeyParams) (APIKey, error) |
| 929 | // We use the organization_id as the id |
no outgoing calls