We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b686dac commit 796b38cCopy full SHA for 796b38c
tests/voice/test_14_presets.py
@@ -13,7 +13,7 @@ async def test_presets():
13
# Create a preset
14
preset: VoiceAgentConfig = VoiceAgentConfigPreset.FAST()
15
assert preset is not None
16
- assert preset.speech_segment_config.emit_sentences is True
+ assert preset.speech_segment_config.emit_sentences is False
17
18
# Overlay #1
19
preset: VoiceAgentConfig = VoiceAgentConfigPreset.FAST(VoiceAgentConfig(max_delay=12.34, enable_diarization=False))
0 commit comments