Add changelog for #3914

This commit is contained in:
Mark Backman
2026-03-03 20:09:26 -05:00
parent b358657a79
commit 6789aee9e8

View File

@@ -0,0 +1 @@
- `max_context_tokens` and `max_unsummarized_messages` in `LLMAutoContextSummarizationConfig` (and deprecated `LLMContextSummarizationConfig`) can now be set to `None` independently to disable that summarization threshold. At least one must remain set.