mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 08:25:57 +00:00
config: raise default summarization trigger before v2.0-m1 (#3174)
* config: update summarization configuration * docs: sync summarization trigger guidance
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user