memory_batch
Read multiple palace files in one call, returning their contents with path headers. Missing files are noted inline without errors, allowing partial results.
Instructions
Read multiple palace files in a single call.
paths is a list of paths relative to the palace root (maximum
_MAX_BATCH_PATHS entries). Returns all files joined by \n---\n,
each section headed by ## <path>.
Missing files, directories, and path-traversal violations are noted
inline and do not raise exceptions, so partial results are always
returned for valid calls. Raises ValueError only for invalid
arguments (e.g. more than _MAX_BATCH_PATHS paths).
Returns an empty string for an empty paths list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |