Add CHANGELOG for fixing AWSNovaSonicLLMService.reset_conversation()

This commit is contained in:
Paul Kompfner
2026-01-16 22:36:35 -05:00
parent c89083e72e
commit b4d143e39b

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.