Compare commits

...

1 Commits

Author SHA1 Message Date
Quan HL
8dec8fb5ea update deepgrap flux options 2025-10-01 10:28:08 +07:00
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
}
},