update deepgrap flux options (#109)

This commit is contained in:
Hoan Luu Huu
2025-10-01 10:30:43 +07:00
committed by GitHub
parent 23cb499244
commit 8fffe39195
2 changed files with 3 additions and 1 deletions

View File

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

View File

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