mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
support deepgramflux language_hint (#131)
This commit is contained in:
+2
-1
@@ -963,7 +963,8 @@
|
|||||||
"eotTimeoutMs": "number",
|
"eotTimeoutMs": "number",
|
||||||
"mipOptOut": "boolean",
|
"mipOptOut": "boolean",
|
||||||
"entityPrompt": "string",
|
"entityPrompt": "string",
|
||||||
"eagerEotThreshold":"number"
|
"eagerEotThreshold":"number",
|
||||||
|
"languageHints": "array"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sonioxOptions": {
|
"sonioxOptions": {
|
||||||
|
|||||||
@@ -216,7 +216,9 @@ test("validate correct verbs", async (t) => {
|
|||||||
"eotThreshold": 500,
|
"eotThreshold": 500,
|
||||||
"eotTimeoutMs": 5000,
|
"eotTimeoutMs": 5000,
|
||||||
"eagerEotThreshold": 200,
|
"eagerEotThreshold": 200,
|
||||||
"mipOptOut": true
|
"mipOptOut": true,
|
||||||
|
"keyterms": ["hello", "world"],
|
||||||
|
"languageHints": ["en", "es", "fr"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"say": {
|
"say": {
|
||||||
|
|||||||
Reference in New Issue
Block a user