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.