mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-04-04 06:26:43 +00:00
Compare commits
1 Commits
v0.1.9
...
feat/deepg
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dec8fb5ea |
@@ -917,7 +917,8 @@
|
||||
"eotThreshold": "number",
|
||||
"eotTimeoutMs": "number",
|
||||
"mipOptOut": "boolean",
|
||||
"entityPrompt": "string"
|
||||
"entityPrompt": "string",
|
||||
"eager_eot_threshold":"number"
|
||||
}
|
||||
},
|
||||
"sonioxOptions": {
|
||||
|
||||
@@ -216,6 +216,7 @@ test("validate correct verbs", async (t) => {
|
||||
preflightThreshold: 1000,
|
||||
eotThreshold: 500,
|
||||
eotTimeoutMs: 5000,
|
||||
eager_eot_threshold: 200,
|
||||
mipOptOut: true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user