chunker_chunk_list
Split a list into batches of a specified size. Each batch returns its index, items, and item count, enabling systematic batch processing.
Instructions
[chunker] Split a list into batches of size. Returns [{index, items, count}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |