memo_update
Patch fields on a memory by replacing content, editing a specific string, or appending a paragraph. All changes are versioned for rollback.
Instructions
Patch fields on a memory. content replaces the whole body;
replace_old+replace_new is a surgical exact-string edit (old must
occur exactly once — unchanged text stays byte-identical); append
adds a paragraph. All three are versioned (memo_version_rollback).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| type | No | ||
| title | No | ||
| append | No | ||
| content | No | ||
| replace_new | No | ||
| replace_old | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |