find_path
Find the shortest path between two nodes in a NetworkX graph to analyze connections and optimize routes.
Instructions
Find shortest path between two nodes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| from | Yes | ||
| to | Yes |