find_memory_path
Calculate the shortest connection path between two stored memories using their established links to navigate structured knowledge relationships.
Instructions
Find the shortest path between two memories through their links
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_key | Yes | Starting memory key | |
| to_key | Yes | Target memory key |