Add custom vocabulary / hotwords support

This commit is contained in:
Aaron Boxer
2026-04-17 09:36:05 -04:00
committed by Aaron Boxer
parent 9a71a95ca8
commit 4210697ca6
4 changed files with 16 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ class TestClientCallbacks(BaseTestCase):
"same_output_threshold": 10,
"enable_translation": False,
"target_language": "fr",
"hotwords": None,
})
self.client.on_open(self.mock_ws_app)
self.mock_ws_app.send.assert_called_with(expected_message)