From 7ecd46393cc1f14fbb52d758a7afcaa2b9ab488c Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:33:20 +0700 Subject: [PATCH] fixed eagerEotThreshold for deepgram flux (#110) --- specs.json | 2 +- test/jambonz-verb-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs.json b/specs.json index 8d0dc93..199fe5c 100644 --- a/specs.json +++ b/specs.json @@ -918,7 +918,7 @@ "eotTimeoutMs": "number", "mipOptOut": "boolean", "entityPrompt": "string", - "eager_eot_threshold":"number" + "eagerEotThreshold":"number" } }, "sonioxOptions": { diff --git a/test/jambonz-verb-test.js b/test/jambonz-verb-test.js index 47efa75..0c7fb9f 100644 --- a/test/jambonz-verb-test.js +++ b/test/jambonz-verb-test.js @@ -216,7 +216,7 @@ test("validate correct verbs", async (t) => { preflightThreshold: 1000, eotThreshold: 500, eotTimeoutMs: 5000, - eager_eot_threshold: 200, + eagerEotThreshold: 200, mipOptOut: true } },