Digest several files
digest_manyRead multiple files in a single call, returning each file's content with its name and handling errors individually to avoid one failing file blocking others.
Instructions
Digest several files in one call, asked at the same time. Use it whenever there is more than one file to read: four logs cost four waits asked one by one and roughly one wait asked together, and come back as one tool result instead of four. Each file keeps its own last line saying which it is, and a file that cannot be read says so in its place rather than taking the others down with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keep | No | ||
| paths | Yes | ||
| budget | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |