From 6789aee9e82e4008c42e7cdebb2187335107b001 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 3 Mar 2026 20:09:26 -0500 Subject: [PATCH] Add changelog for #3914 --- changelog/3914.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3914.changed.md diff --git a/changelog/3914.changed.md b/changelog/3914.changed.md new file mode 100644 index 000000000..22d4ff94e --- /dev/null +++ b/changelog/3914.changed.md @@ -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.