(ctx context.Context, id uuid.UUID)
| 268 | GetAIBridgeUserPromptsByInterceptionID(ctx context.Context, interceptionID uuid.UUID) ([]AIBridgeUserPrompt, error) |
| 269 | GetAIModelPriceByProviderModel(ctx context.Context, arg GetAIModelPriceByProviderModelParams) (AiModelPrice, error) |
| 270 | GetAIProviderByID(ctx context.Context, id uuid.UUID) (AIProvider, error) |
| 271 | // Lock the provider row until the model-config write completes. The |
| 272 | // transaction alone does not stop a concurrent soft-delete or disable |
| 273 | // between validation and writing the model config reference. |
no outgoing calls