update deepgrap flux options

This commit is contained in:
Quan HL
2025-10-01 10:28:08 +07:00
parent 23cb499244
commit 8dec8fb5ea
2 changed files with 3 additions and 1 deletions

View File

@@ -917,7 +917,8 @@
"eotThreshold": "number", "eotThreshold": "number",
"eotTimeoutMs": "number", "eotTimeoutMs": "number",
"mipOptOut": "boolean", "mipOptOut": "boolean",
"entityPrompt": "string" "entityPrompt": "string",
"eager_eot_threshold":"number"
} }
}, },
"sonioxOptions": { "sonioxOptions": {

View File

@@ -216,6 +216,7 @@ test("validate correct verbs", async (t) => {
preflightThreshold: 1000, preflightThreshold: 1000,
eotThreshold: 500, eotThreshold: 500,
eotTimeoutMs: 5000, eotTimeoutMs: 5000,
eager_eot_threshold: 200,
mipOptOut: true mipOptOut: true
} }
}, },