Compare commits

..

2 Commits

Author SHA1 Message Date
Dave Horton
1698b15892 0.1.11 2026-04-05 19:54:14 -04:00
Hoan Luu Huu
6fd42ddbad support deepgramflux language_hint (#131) 2026-04-05 19:53:47 -04:00
4 changed files with 8 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.1.10",
"version": "0.1.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/verb-specifications",
"version": "0.1.10",
"version": "0.1.11",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.1.10",
"version": "0.1.11",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {

View File

@@ -963,7 +963,8 @@
"eotTimeoutMs": "number",
"mipOptOut": "boolean",
"entityPrompt": "string",
"eagerEotThreshold":"number"
"eagerEotThreshold":"number",
"languageHints": "array"
}
},
"sonioxOptions": {

View File

@@ -216,7 +216,9 @@ test("validate correct verbs", async (t) => {
"eotThreshold": 500,
"eotTimeoutMs": 5000,
"eagerEotThreshold": 200,
"mipOptOut": true
"mipOptOut": true,
"keyterms": ["hello", "world"],
"languageHints": ["en", "es", "fr"]
}
},
"say": {