revise_all
Atomically update multiple memories in a single transaction. All changes succeed or are rolled back entirely. Only the fields you specify are updated; omitted fields keep their current values.
Instructions
Update multiple existing memories in a single transaction. All updates succeed or all are rolled back. Only the fields you provide are changed — omitted fields keep their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Array of update objects. Each must have id (string, required). Optional: label, description, why_matters, tags. |