update_memory
Update a stored memory fact with new content, tags, or confidence. Changing content preserves an audit trail by creating a new version and superseding the old one.
Instructions
修改事实。改 content 会保留旧版本(标失效+superseded_by)并创建新版本(审计链);只改 tags/confidence/subject 则原地更新。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 要修改的 fact id | |
| tags | No | ||
| content | No | ||
| subject | No | ||
| dedup_key | No | ||
| confidence | No |