batch_batch_chunk
Split lists into manageable chunks of specified size to process large datasets efficiently. Returns chunked data, count, and total for batch operations.
Instructions
[batch] Split list into chunks of size. Returns {chunks, chunk_count, total}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| size | Yes |