find_path
Find the shortest path between two nodes in a knowledge graph using BFS algorithm to analyze connections and relationships.
Instructions
두 노드 사이의 최단 경로를 BFS로 탐색한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | 시작 노드 이름 또는 ID | |
| end | Yes | 도착 노드 이름 또는 ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |