Merge pull request #3486 from pipecat-ai/pk/fix-nova-sonic-reset-conversation

Fix `AWSNovaSonicLLMService.reset_conversation()`
This commit is contained in:
kompfner
2026-01-20 10:07:38 -05:00
committed by GitHub
3 changed files with 43 additions and 6 deletions

1
changelog/3486.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `AWSNovaSonicLLMService.reset_conversation()`, which would previously error out. Now it successfully reconnects and "rehydrates" from the context object.