reasoning_explore
Find all causal paths between two facts to expose reasoning links. Provide start and end fact IDs with max hops to return the fiber bundle of connections.
Instructions
Enumerate all causal paths between two known facts. Returns the fiber bundle for that specific pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_hops | No | ||
| to_fact_id | Yes | ||
| from_fact_id | Yes |