batch_offload
Batch submit coding tasks to a local LLM. Process tasks sequentially with context passing or in parallel, handling partial failures to save API tokens.
Instructions
Submit multiple coding tasks as a batch to the local LLM. Tasks are processed sequentially or in parallel. Supports partial failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Array of tasks (1-10) | |
| sequential | No | Process tasks sequentially, passing previous result as context (default: false) |