fix(config): allow active provider model status

This commit is contained in:
Developer 2026-05-09 18:54:42 -04:00
commit 3aeb870e71
6 changed files with 43 additions and 6 deletions

View file

@ -11725,7 +11725,7 @@
},
"status": {
"type": "string",
"enum": ["alpha", "beta", "deprecated"]
"enum": ["alpha", "beta", "deprecated", "active"]
},
"provider": {
"type": "object",