Add changelog entries for context summarization improvements (#3855)

This commit is contained in:
Mark Backman
2026-02-26 22:09:26 -05:00
parent 712305c5b1
commit ec9ddb3199
5 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added optional `llm` field to `LLMContextSummarizationConfig` for routing summarization to a dedicated LLM service (e.g., a cheaper/faster model) instead of the pipeline's primary model.