Think Batch
think_batchSubmit multiple reasoning thoughts at once to reduce round-trips and process complete reasoning chains efficiently with atomic validation.
Instructions
Submit multiple thoughts at once (Burst Thinking).
Use when you have a complete reasoning chain ready. Reduces N round-trips to 1.
Input:
goal: Session goal (required)
thoughts: Array of 1-30 thoughts
consolidation: Optional {winningPath, summary, verdict}
Validation is atomic - all or nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Session goal | |
| thoughts | Yes | Array of thoughts | |
| consolidation | No | Optional consolidation | |
| showTree | No | Show ASCII tree (default: false) |