brainstorm_collect
Submit collected model responses to progress a multi-model brainstorm. Get the next prompt, a synthesis prompt, or the final formatted debate result.
Instructions
Submit collected model responses for a hosted brainstorm session. After receiving prompts from brainstorm (mode='hosted') or a previous brainstorm_collect call, execute each prompt by spawning a sub-agent for EACH model (use the model parameter to select the right model, e.g., model='sonnet' or model='haiku'). Collect all responses and submit them here. This tool returns either: (1) the next round's prompt to execute, (2) a synthesis prompt for a single model, or (3) the final formatted debate result when complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| responses | Yes | Array of model responses collected by the host | |
| session_id | Yes | The session ID from the brainstorm tool |