edit_memory
Update a memory's content while preserving its edit history for accountability.
Instructions
Correct/update a memory's content, keeping the previous version in edit history.
Corrections are common in append-only memory stores that only support delete, not edit; this preserves the old content instead of losing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| note | No | ||
| new_content | Yes |