AssistantContextAggregator: append aggregation and tools in the same turn

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-19 19:25:43 -08:00
parent a811e53626
commit d04c4b36f3
6 changed files with 24 additions and 19 deletions

View File

@@ -32,6 +32,9 @@ stt = DeepgramSTTService(..., live_options=LiveOptions(model="nova-2-general"))
### Fixed
- Fixed a context aggregator issue that would not append the LLM text response
to the context if a function call happened in the same LLM turn.
- Fixed an issue that was causing HTTP TTS services to push `TTSStoppedFrame`
more than once.