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