consistent assemblyAiOptions name

This commit is contained in:
Quan HL
2025-07-03 06:42:40 +07:00
parent a9a2339821
commit 64f3ee5391
2 changed files with 8 additions and 8 deletions

View File

@@ -1145,10 +1145,10 @@
"v3"
]
},
"format_turns": "boolean",
"end_of_turn_confidence_threshold": "number",
"min_end_of_turn_silence_when_confident": "number",
"max_turn_silence": "number"
"formatTurns": "boolean",
"endOfTurnConfidenceThreshold": "number",
"minEndOfTurnSilenceWhenConfident": "number",
"maxTurnSilence": "number"
}
},
"resource": {

View File

@@ -79,10 +79,10 @@ test("validate correct verbs", async (t) => {
"assemblyAiOptions": {
"apiKey": "apikey",
"serviceVersion": "v3",
"format_turns": true,
"end_of_turn_confidence_threshold": 0.5,
"min_end_of_turn_silence_when_confident": 500,
"max_turn_silence": 2000
"formatTurns": true,
"endOfTurnConfidenceThreshold": 0.5,
"minEndOfTurnSilenceWhenConfident": 500,
"maxTurnSilence": 2000
}
}
},