From 142718104ad242688ebc0c6d60561a8fe660e2e7 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:28:37 +0700 Subject: [PATCH] support model ces for dialogflow (#126) --- specs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 55ca669..206d8a4 100644 --- a/specs.json +++ b/specs.json @@ -332,7 +332,7 @@ "region": "string", "model": { "type": "string", - "enum": ["es", "cx"] + "enum": ["es", "cx", "ces"] }, "lang": "string", "actionHook": "object|string",