read_file
Extract the contents of a file from a specified path using customizable encoding options. Ideal for accessing and processing file data efficiently.
Instructions
Read the contents of a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | File encoding (default: utf8) | utf8 |
path | Yes | Path to the file to read |