Changelog entries for the context summarization improvements.

This commit is contained in:
filipi87
2026-02-27 18:42:13 -03:00
parent ed7f0a2c08
commit dfd0a515f3
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
- ⚠️ Renamed `LLMAssistantAggregatorParams` fields: `enable_context_summarization``enable_auto_context_summarization` and `context_summarization_config``auto_context_summarization_config` (now accepts `LLMAutoContextSummarizationConfig`). The old names still work with a `DeprecationWarning` for one release cycle.