update
Revise an existing memory in place without losing metadata. Set new content, record the author, and optionally adjust the date from which the fact is valid.
Instructions
Update an existing memory in-place without losing metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New content text (keep empty to keep existing) | |
| memory_id | Yes | ID of the memory to update | |
| modified_by | No | Who made this modification (e.g. 'Kiosha', 'Miosha', 'Nebo') | |
| effective_from | No | Optional ISO-8601 date/datetime: when the updated fact became valid (temporal validity, written to valid_from). Defaults to keeping the existing valid_from. |