Debate
A recipe that composes calls to multiple agents
Last updated
A recipe that composes calls to multiple agents
Last updated
Let’s implement debate to see how recipes can compose together multiple calls to agents. We’ll investigate a question by having two agents take different sides on the same question.
To do so, we’ll talk about:
How to as lists of turns.
How to to prompts.
How to that iteratively calls agents with these prompts, building up the debate step by step.