Compare commits
2 Commits
d9dc14d03a
...
31d24a7428
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31d24a7428 | ||
|
|
7846e4cebc |
@@ -388,6 +388,8 @@ class DuplexPipeline:
|
||||
self._last_sent_transcript = ""
|
||||
|
||||
# Process the turn - trigger LLM response
|
||||
# Cancel any existing turn to avoid overlapping assistant responses
|
||||
await self._stop_current_speech()
|
||||
await self.conversation.end_user_turn(user_text)
|
||||
self._current_turn_task = asyncio.create_task(self._handle_turn(user_text))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user