From b4d143e39b62c49542158cc392a3efa2702e7760 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Fri, 16 Jan 2026 22:36:35 -0500 Subject: [PATCH] Add CHANGELOG for fixing `AWSNovaSonicLLMService.reset_conversation()` --- changelog/3486.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3486.fixed.md diff --git a/changelog/3486.fixed.md b/changelog/3486.fixed.md new file mode 100644 index 000000000..a02427e6e --- /dev/null +++ b/changelog/3486.fixed.md @@ -0,0 +1 @@ +- Fixed `AWSNovaSonicLLMService.reset_conversation()`, which would previously error out. Now it successfully reconnects and "rehydrates" from the context object.