memory_update
Update mutable memory fields while preserving content. Modify context, confidence, provenance, or metadata with an optional revision check to prevent concurrent overwrites.
Instructions
Update mutable memory fields without changing its content.
Supported fields are context, confidence, provenance, and metadata. Use memory_supersede when the memory content itself needs to change. expected_revision prevents overwriting a concurrent update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| memory_id | Yes | ||
| expected_revision | No |