memory_get
Fetch a stored memory using its unique ID. Optionally expand the retrieval to include child chunks from ingested documents.
Instructions
Retrieve a specific memory by its ID. Optionally include child chunks for ingested documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory ID to retrieve | |
| include_chunks | No | If true, also return child chunks for ingested documents |