graph_graph_path
Find the shortest path between two nodes in a named graph. Returns whether the destination is reachable, the path sequence, and its length.
Instructions
[graph] Find shortest path from src to dst. Returns {reachable, path, length}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| src | Yes | ||
| dst | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |