get_example_file
Retrieve a specific line range from official example files. Specify path, start line, and end line to fetch up to 400 lines.
Instructions
선별된 공식 예제 파일의 지정 줄 범위를 조회합니다.
Args: path: search_examples가 반환한 저장소 상대 경로 start_line: 시작 줄 (1부터 시작) end_line: 끝 줄 (포함, 한 번에 최대 400줄)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| end_line | No | ||
| start_line | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |