From 42f0f2b21d60846708f098f021c4a7ac30697ad0 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:43:37 +0000 Subject: [PATCH] chore: auto-update generated files --- schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index c9cadc5a51c40c27cfb0b75b9cdae810100714ec..5ba0a700f59e75f89ce147316057930edfe5a453 100644 --- a/schema.json +++ b/schema.json @@ -468,11 +468,11 @@ "type": "string", "enum": [ "openai", + "openai-compat", "anthropic", "gemini", "azure", - "vertexai", - "openai-compat" + "vertexai" ], "description": "Provider type that determines the API format", "default": "openai"