read_file
Reads file contents from a specified path, supporting custom encoding to handle various text file formats.
Instructions
Read the contents of a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read | |
| encoding | No | File encoding (default: utf8) | utf8 |