From b72cade08ef7b75ddd61212785742806d8958fe1 Mon Sep 17 00:00:00 2001 From: Dazza Greenwood Date: Mon, 14 Oct 2024 03:05:27 -0700 Subject: [PATCH] Update Orchestrating_agents.ipynb (#1470) --- examples/Orchestrating_agents.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Orchestrating_agents.ipynb b/examples/Orchestrating_agents.ipynb index 56bafb4..6cbc65a 100644 --- a/examples/Orchestrating_agents.ipynb +++ b/examples/Orchestrating_agents.ipynb @@ -460,7 +460,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now to make our code support it, we can change `run_full_turn` take an `Agent` instead of separate `system_message` and `tools`:" + "Now to make our code support it, we can change `run_full_turn` to take an `Agent` instead of separate `system_message` and `tools`:" ] }, {