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

1
changelog/3863.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `LLMSummarizeContextFrame` to trigger on-demand context summarization from anywhere in the pipeline (e.g. a function call tool). Accepts an optional `config: LLMContextSummaryConfig` to override summary generation settings per request.