kremis_path
Finds the strongest weighted path between two nodes. Provide start and end node IDs to get the path with maximum weight.
Instructions
Find the strongest weighted path between two nodes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Starting node ID | |
| end | Yes | Ending node ID |