revise_all
Update multiple memories atomically in a single transaction. Only provided fields are changed, while 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. |