From 27ac3abf9cbbbafcec2d50f373e9c210e07c5c08 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Thu, 26 Sep 2024 14:18:44 -0700 Subject: [PATCH] fix formatting (#799) --- .../livekit/agents/voice_assistant/voice_assistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livekit-agents/livekit/agents/voice_assistant/voice_assistant.py b/livekit-agents/livekit/agents/voice_assistant/voice_assistant.py index a1c7e465e..39b9ce4cb 100644 --- a/livekit-agents/livekit/agents/voice_assistant/voice_assistant.py +++ b/livekit-agents/livekit/agents/voice_assistant/voice_assistant.py @@ -640,7 +640,7 @@ def _commit_user_question_if_needed() -> None: ) _commit_user_question_if_needed() - + if speech_handle.interrupted: break