Returns AI provider rows. Soft-deleted and disabled rows are excluded unless include_deleted or include_disabled is set.
(ctx context.Context, arg GetAIProvidersParams)
| 293 | // Returns AI provider rows. Soft-deleted and disabled rows are excluded |
| 294 | // unless include_deleted or include_disabled is set. |
| 295 | GetAIProviders(ctx context.Context, arg GetAIProvidersParams) ([]AIProvider, error) |
| 296 | GetAPIKeyByID(ctx context.Context, id string) (APIKey, error) |
| 297 | // there is no unique constraint on empty token names |
| 298 | GetAPIKeyByName(ctx context.Context, arg GetAPIKeyByNameParams) (APIKey, error) |
no outgoing calls