chunker_chunk_list
Split lists into manageable batches by specifying size, returning structured chunks with index and count for processing efficiency.
Instructions
[chunker] Split a list into batches of size. Returns [{index, items, count}].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| size | No |