Duck Debate
duck_debateRun structured multi-round debates between AI ducks using Oxford, Socratic, or adversarial formats to explore different perspectives on a topic.
Instructions
Structured multi-round debate between ducks. Supports oxford (pro/con), socratic (questioning), and adversarial (attack/defend) formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The debate topic or proposition | |
| rounds | No | Number of debate rounds (default: 3) | |
| providers | No | Provider names to participate (min 2, uses all if not specified) | |
| format | Yes | Debate format: oxford (pro/con), socratic (questioning), adversarial (attack/defend) | |
| synthesizer | No | Provider to synthesize the debate (optional, uses first provider) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| format | Yes | ||
| totalRounds | Yes | ||
| participants | Yes | ||
| rounds | Yes | ||
| synthesis | Yes | ||
| synthesizer | Yes |