Comment on page
Debate
A recipe that composes calls to multiple agents
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:
- 1.
- 2.
- 3.How to write a recipe that iteratively calls agents with these prompts, building up the debate step by step.
Last modified 1yr ago