353 B
353 B
- Added
LLMContextSummaryConfig(summary generation params:target_context_tokens,min_messages_after_summary,summarization_prompt) andLLMAutoContextSummarizationConfig(auto-trigger thresholds:max_context_tokens,max_unsummarized_messages, plus a nestedsummary_config). These replace the monolithicLLMContextSummarizationConfig.