related_memories
Retrieve the memories most strongly connected to a given memory, using its ID to return related neighbors for expanded context.
Instructions
Show the memories most strongly linked to a given one (typed neighbours).
Args: memory_id: The memory to expand from. limit: Max neighbours to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |