Merge pull request #1442 from pipecat-ai/aleix/on-context-updated-as-task

LLMAssistantContextAggregator: create a task to run on_context_updated
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-25 15:39:36 -07:00
committed by GitHub
9 changed files with 128 additions and 39 deletions

View File

@@ -17,6 +17,13 @@ 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.
- Fixed an issue where the `RTVIObserver` would report two bot started and
stopped speaking events for each bot turn.