save_memento_attachments
Copies specified files from the filesystem into an existing memento's attachments directory, preserving context by associating related documents with a saved memento for later retrieval.
Instructions
Copies files from the filesystem into the attachments directory of an existing memento. Only use this on explicit user request. Requires init_memento or get_mementos first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact memento ID to update. | |
| paths | Yes | Absolute file paths to copy into the memento attachments directory. |