mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-21 18:57:52 +00:00
houdifyOptions support audioQueryAbsoluteTimeout (#124)
This commit is contained in:
@@ -883,7 +883,8 @@
|
||||
"sessionTimeout": "number",
|
||||
"connectionTimeout": "number",
|
||||
"customVocabulary": "array",
|
||||
"languageModel": "string"
|
||||
"languageModel": "string",
|
||||
"audioQueryAbsoluteTimeout": "number"
|
||||
}
|
||||
},
|
||||
"elevenlabsOptions": {
|
||||
|
||||
@@ -329,7 +329,8 @@ test("validate correct verbs", async (t) => {
|
||||
"sessionTimeout": 30000,
|
||||
"connectionTimeout": 5000,
|
||||
"customVocabulary": ["jambonz", "telephony", "voip"],
|
||||
"languageModel": "enhanced"
|
||||
"languageModel": "enhanced",
|
||||
"audioQueryAbsoluteTimeout": 5
|
||||
},
|
||||
"gladiaOptions": {
|
||||
"post_processing": {
|
||||
|
||||
Reference in New Issue
Block a user