Have recruits discuss a topic with each other
discussRun a structured, multi-round round-robin debate between AI recruits. Each round passes attributed replies back for pushback and refinement, returning a full transcript grouped by round.
Instructions
Round-robin discussion between two or more recruits. Round 1 is each recruit's opening position; every later round hands each of them the previous round's replies, attributed by name, and asks them to push back or refine. Returns the full transcript grouped by round.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | two or more recruit handles | |
| topic | Yes | what they are discussing, stated once, verbatim from the user where possible | |
| digest | No | include the channel digest in round 1 (default true) | |
| rounds | No | how many rounds (default 2, max 5) — each round costs one call per recruit |