read_file
Read the contents of a file by providing its path. Supports custom encoding settings.
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: utf-8) | utf-8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |