mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
consistent assemblyAiOptions name (#98)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user