(ctx context.Context, arg GetAPIKeysByUserIDParams)
| 298 | GetAPIKeyByName(ctx context.Context, arg GetAPIKeyByNameParams) (APIKey, error) |
| 299 | GetAPIKeysByLoginType(ctx context.Context, arg GetAPIKeysByLoginTypeParams) ([]APIKey, error) |
| 300 | GetAPIKeysByUserID(ctx context.Context, arg GetAPIKeysByUserIDParams) ([]APIKey, error) |
| 301 | GetAPIKeysLastUsedAfter(ctx context.Context, lastUsed time.Time) ([]APIKey, error) |
| 302 | GetActiveAISeatCount(ctx context.Context) (int64, error) |
| 303 | GetActiveChatsByAgentID(ctx context.Context, agentID uuid.UUID) ([]Chat, error) |
no outgoing calls