Changelog entries for TTS context tracking

This commit is contained in:
filipi87
2026-02-10 11:37:21 -03:00
parent ad1bec4583
commit e00b98343e
5 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
- Simplified context aggregators to use `frame.append_to_context` flag instead of tracking internal state.
- Cleaner logic in `LLMResponseAggregator` and `LLMResponseUniversalAggregator`
- More consistent behavior across aggregator implementations