mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
update deepgrap flux options
This commit is contained in:
@@ -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