preflightThreshold is now eagerEotThreshold (#111)

This commit is contained in:
Dave Horton
2025-10-03 13:30:07 -04:00
committed by GitHub
parent 4c5b795498
commit ee2ffff20d
2 changed files with 5 additions and 7 deletions

View File

@@ -913,7 +913,6 @@
"vadTurnoff": "number",
"tag": "string",
"fillerWords" : "boolean",
"preflightThreshold": "number",
"eotThreshold": "number",
"eotTimeoutMs": "number",
"mipOptOut": "boolean",
@@ -1320,7 +1319,7 @@
"enum": ["krisp"]
},
"threshold": "number",
"preflightThreshold": "number"
"eagerEotThreshold": "number"
},
"required": [
"vendor"

View File

@@ -213,11 +213,10 @@ test("validate correct verbs", async (t) => {
"deepgramOptions": {
"endpointing": 500,
"noDelay": true,
preflightThreshold: 1000,
eotThreshold: 500,
eotTimeoutMs: 5000,
eagerEotThreshold: 200,
mipOptOut: true
"eotThreshold": 500,
"eotTimeoutMs": 5000,
"eagerEotThreshold": 200,
"mipOptOut": true
}
},
"say": {