get_file_contents
Retrieve contents of specified files using a predefined encoding, enabling efficient file data extraction and analysis.
Instructions
Read contents of specific files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | File encoding (default: utf8) | utf8 |
files | Yes | Array of file paths to read |