delimit_deliberate
Run multi-model consensus via AI-to-AI deliberation where models debate directly until unanimous agreement on questions.
Instructions
Run multi-model consensus via real AI-to-AI deliberation (Pro).
Models (Grok 4, Gemini, Codex) debate each other directly until unanimous agreement.
Args: question: The question to reach consensus on. context: Background context for all models. mode: "dialogue" (short turns) or "debate" (long essays). max_rounds: Maximum rounds (default 3 for debate, 6 for dialogue). save_path: Optional file path to save the full transcript.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| context | No | ||
| mode | No | dialogue | |
| max_rounds | No | ||
| save_path | No |