config: raise default summarization trigger before v2.0-m1 (#3174)

* config: update summarization configuration

* docs: sync summarization trigger guidance
This commit is contained in:
Nan Gao
2026-05-23 09:38:25 +02:00
committed by GitHub
parent b103d1a7f5
commit a64a39dbc0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -799,9 +799,9 @@ summarization:
# Summarization runs when ANY threshold is met (OR logic)
# You can specify a single trigger or a list of triggers
trigger:
# Trigger when token count reaches 15564
# Trigger when token count reaches 32000
- type: tokens
value: 15564
value: 32000
# Uncomment to also trigger when message count reaches 50
# - type: messages
# value: 50