(ctx context.Context, userID uuid.UUID)
| 754 | // user-scoped lookups instead of this bulk accessor. |
| 755 | GetUserAIProviderKeys(ctx context.Context) ([]UserAiProviderKey, error) |
| 756 | GetUserAIProviderKeysByUserID(ctx context.Context, userID uuid.UUID) ([]UserAiProviderKey, error) |
| 757 | // Returns user IDs from the provided list that are consuming an AI seat. |
| 758 | // Filters to active, non-deleted, non-system users to match the canonical |
| 759 | // seat count query (GetActiveAISeatCount). |
no outgoing calls