From 8fffe39195ab7ba37135ccca91fe496d5aea0ab1 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:30:43 +0700 Subject: [PATCH] update deepgrap flux options (#109) --- specs.json | 3 ++- test/jambonz-verb-test.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index bada20b..8d0dc93 100644 --- a/specs.json +++ b/specs.json @@ -917,7 +917,8 @@ "eotThreshold": "number", "eotTimeoutMs": "number", "mipOptOut": "boolean", - "entityPrompt": "string" + "entityPrompt": "string", + "eager_eot_threshold":"number" } }, "sonioxOptions": { diff --git a/test/jambonz-verb-test.js b/test/jambonz-verb-test.js index 03c7b90..47efa75 100644 --- a/test/jambonz-verb-test.js +++ b/test/jambonz-verb-test.js @@ -216,6 +216,7 @@ test("validate correct verbs", async (t) => { preflightThreshold: 1000, eotThreshold: 500, eotTimeoutMs: 5000, + eager_eot_threshold: 200, mipOptOut: true } },