Capture a memory
memory_captureStore explicit user preferences, facts, decisions, and corrections into long-term memory immediately. Use it whenever the user states something to remember, preserving the detail for future recall.
Instructions
Explicitly store a long-term memory (takes effect immediately, enters recall). Call immediately when the user states an explicit preference/fact/decision/correction (e.g. "以后X", "我喜欢X", "记住X", "不要X") — do not wait for wrap-up. Keep content concise, self-contained, and independently understandable. Types: fact / preference / correction / sop / todo_context / event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Memory type | fact |
| scope | No | Write scope: project (default) / global | |
| content | Yes | Memory content. Keep negations intact: e.g. "不要用 X" must be stored as-is, never drop 不/不要/别 | |
| priority | No | Importance 0-100, default 50 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |