Read local file
read_fileRead any local file accessible to the current Windows user. Choose utf8 for text files or base64 for binary files to retrieve their contents.
Instructions
Read any local file accessible to the current Windows user. Use utf8 for text and base64 for binary files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| encoding | No | utf8 |