tune(prompt): reduce unsummarized evidence budget to 2000

This commit is contained in:
2026-02-14 23:15:00 +08:00
parent d9cc29cbdf
commit a787e58833

View File

@@ -49,7 +49,7 @@ const ARCS_MAX = 1500;
const EVENT_BUDGET_MAX = 5000;
const RELATED_EVENT_MAX = 1000;
const SUMMARIZED_EVIDENCE_MAX = 1500;
const UNSUMMARIZED_EVIDENCE_MAX = 5000;
const UNSUMMARIZED_EVIDENCE_MAX = 2000;
const TOP_N_STAR = 5;
// L0 显示文本:分号拼接 vs 多行模式的阈值