Added CHANGELOG for AWS Nova 2 Sonic-related changes

This commit is contained in:
Paul Kompfner
2025-12-09 12:57:19 -05:00
parent 3e66cb50e0
commit 3cbfbb997e
3 changed files with 9 additions and 0 deletions

6
changelog/3212.added.md Normal file
View File

@@ -0,0 +1,6 @@
- Added to `AWSNovaSonicLLMService` functionality related to the new (and now
default) Nova 2 Sonic model (`"amazon.nova-2-sonic-v1:0"`):
- Added the `endpointing_sensitivity` parameter to control how quickly the
model decides the user has stopped speaking.
- Made the assistant-response-trigger hack a no-op. It's only needed for the
older Nova Sonic model.

View File

@@ -0,0 +1 @@
- Made `"amazon.nova-2-sonic-v1:0"` the new default model for `AWSNovaSonicLLMService`.

2
changelog/3212.fixed.md Normal file
View File

@@ -0,0 +1,2 @@
- Fixed a bug in `AWSNovaSonicLLMService` where we would mishandle cancelled
tool calls in the context, resulting in errors.