AWSNovaSonicLLMService: fix function calling

This commit is contained in:
Aleix Conchillo Flaqué
2025-06-19 14:26:34 -07:00
parent d34ebfc126
commit 878ae42d84
2 changed files with 13 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed function calling in `AWSNovaSonicLLMService`.
- Fixed an issue that would cause multiple `PipelineTask.on_idle_timeout`
events to be triggered repeatedly.