append_memory
Append markdown content to a stored memory, preserving its current content and updating the modified 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 | |||