|
227 | 227 | "ltm_summary_trigger_rounds": 80, |
228 | 228 | "ltm_summary_keep_recent_rounds": 30, |
229 | 229 | "ltm_summary_provider_id": "", |
230 | | - "ltm_summary_prompt": "", |
| 230 | + "ltm_summary_prompt": ( |
| 231 | + "Merge the older conversation rounds below into the existing " |
| 232 | + "group-chat memory summary. " |
| 233 | + "Preserve: user identities (names, nicknames, roles), recurring topics, " |
| 234 | + "decisions made, preferences expressed, and unresolved tasks or questions. " |
| 235 | + "Drop: transient greetings, small talk, and redundant confirmations. " |
| 236 | + "Keep the summary concise and factual. " |
| 237 | + "Output only the updated summary text, with no preamble or meta-commentary." |
| 238 | + ), |
231 | 239 | "ltm_raw_records_max_bytes": 500000, |
232 | 240 | # When building user segments, both limits are active simultaneously: |
233 | 241 | # whichever cap is hit first (by count or by chars) stops accumulation. |
|
4195 | 4203 | "provider_ltm_settings.ltm_summary_prompt": { |
4196 | 4204 | "description": "LTM 摘要提示词", |
4197 | 4205 | "type": "string", |
4198 | | - "hint": "llm_summary 策略的自定义摘要 prompt,留空使用内置默认。", |
| 4206 | + "hint": "llm_summary 策略的自定义摘要 prompt,不更改以使用内置默认。", |
4199 | 4207 | "condition": { |
4200 | 4208 | "provider_ltm_settings.ltm_compaction_strategy": "llm_summary", |
4201 | 4209 | }, |
|
0 commit comments