Read local file
read_fileRead local files on a Windows PC. Retrieve text content with utf8 encoding or binary data as base64.
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 |