execute_batch
Run multiple tasks (Python code, HTTP requests, shell commands) in parallel or with dependencies, returning ordered results in a single call.
Instructions
Run many tasks in parallel and return ordered results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Task definitions | |
| output_mode | No | full or compact | compact |