append_memory
Appends new markdown content to an existing memory, preserving original content and updating the modification timestamp.
Instructions
Append new markdown to an existing memory while preserving its current content and updating the modified timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory id to append to. | |
| content | Yes | Markdown content to append to the end of the memory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||