get_file_contents
Retrieve the full content of a file or a specific line range from a GitHub repository.
Instructions
Fetch a file's contents, or a 1-indexed inclusive line range of it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| path | Yes | ||
| repo | No | ||
| owner | No | ||
| end_line | No | ||
| start_line | No |