read_multiple_files
Read and retrieve contents of multiple files simultaneously from specified paths. Supports custom encoding and returns a dictionary mapping each file path to its content or error message.
Instructions
Read multiple files at once.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | utf-8 | |
paths | Yes |