update
Modify an existing memory's content without losing its metadata. Specify the memory ID, new text, and optional details like modifier and validity date.
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. |