获取用户认知摘要
cognitive_summaryProduce a compressed user cognitive profile: preferences, traits, domain knowledge, known facts, follow-ups. For conversation start or holistic understanding, more efficient than item-by-item recall.
Instructions
获取压缩的用户认知画像("印象"):交互偏好、核心画像、分域认知、已知事实、待跟进。适用于对话开始、或需要全面理解用户时。比逐条检索更高效。
Args: format: 'system_prompt'(默认,返回带引导语的注入片段)| 'markdown'(纯摘要)
Returns: { "summary": string, "memory_count": number }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 'system_prompt' 返回带引导语的注入片段(默认);'markdown' 返回纯摘要 | system_prompt |