conclave_full
Synthesize collective AI insights by gathering opinions, peer rankings, and generating a consensus answer through a chairman model for complex questions.
Instructions
Run the full conclave with synthesis (all 3 stages).
Most comprehensive - collects opinions, peer rankings, then has a Chairman model synthesize the best possible answer from the collective wisdom.
If a custom conclave is active (via conclave_select), it will be used instead of the tier-based config. The custom chairman overrides the chairman and chairman_preset parameters.
Args: question: The question to ask the conclave tier: Model tier - "premium" (complex), "standard" (default), "budget" (simple) Ignored if custom conclave is active. chairman: Override chairman model (e.g., 'anthropic/claude-sonnet-4') Ignored if custom conclave is active. chairman_preset: Use a context-based preset - "code", "creative", "reasoning", "concise", "balanced" Ignored if custom conclave is active.
Returns: Chairman's synthesis, consensus level, rankings, and individual responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| tier | No | standard | |
| chairman | No | ||
| chairman_preset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |