feat: widen ai_provider_type enum for chatd providers (#25394)

This commit is contained in:
Danny Kopping
2026-05-18 15:06:30 +02:00
committed by GitHub
parent 78d4cf9e47
commit c69dd9c5dc
6 changed files with 79 additions and 6 deletions
+7 -1
View File
@@ -12,7 +12,13 @@ CREATE TYPE agent_key_scope_enum AS ENUM (
CREATE TYPE ai_provider_type AS ENUM (
'openai',
'anthropic'
'anthropic',
'azure',
'bedrock',
'google',
'openai-compat',
'openrouter',
'vercel'
);
CREATE TYPE ai_seat_usage_reason AS ENUM (