Fix AWS Nova Sonic authentication

This commit is contained in:
Mark Backman
2025-10-07 09:03:49 -04:00
parent 92bf0d9eda
commit b1ccec74b2
4 changed files with 40 additions and 35 deletions

View File

@@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with `AWSNovaSonicLLMService` where the client wouldn't
connect due to a breaking change in the AWS dependency chain.
- Fixed an issue that would cause wrong user/assistant context ordering when
using interruption strategies.