GoogleAssistantContextAggregator: function call result should be a JSON object

This commit is contained in:
Aleix Conchillo Flaqué
2025-03-25 14:40:46 -07:00
parent 01458895c2
commit 8aebf00c2d
5 changed files with 19 additions and 19 deletions

View File

@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `GoogleAssistantContextAggregator` issue where function calls
placeholders where not being updated when then function call result was
different from a string.
- Fixed an issue that would cause `LLMAssistantContextAggregator` to block
processing more frames while processing a function call result.