debate_auto
Run a complete structured debate automatically to reduce confirmation bias in LLMs. Generates positions and independent challenges, runs the debate protocol, and returns a convergence result.
Instructions
DEPRECATED (v0.4) — prefer debate(prompt, mode=...).
Run a complete debate automatically in a single command.Requires non-empty context_documents and a configured API endpoint.
Generates positions and one independent challenge per seat with one
resolved model, runs the protocol, and returns the convergence result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep_n | No | ||
| effort | No | high | |
| prompt | Yes | ||
| fresh_n | No | ||
| language | No | en | |
| pause_at | No | ||
| deep_model | No | ||
| fresh_role | No | fresh | |
| context_pct | No | ||
| fresh_model | No | ||
| target_lease | No | ||
| delivery_mode | No | none | |
| injection_mode | No | raw | |
| allowed_sources | No | ||
| blocked_sources | No | ||
| context_sources | No | ||
| context_documents | No |