batch_batch_chunk
Split a list into chunks of a given size. Provide the list and chunk size to receive the chunks, their count, and total items.
Instructions
[batch] Split list into chunks of size. Returns {chunks, chunk_count, total}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| size | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |