batch_process
Initiate batch processing of items using operations such as uppercase, reverse, or count, and receive a task ID to poll for results.
Instructions
Start a batch processing task. Returns a task ID for polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of items to process | |
| operation | Yes | Operation to perform |