From b6db3416e34fb4c87e1a64bcfcbfee90d40ec84e Mon Sep 17 00:00:00 2001 From: Dazza Greenwood Date: Sun, 13 Oct 2024 13:28:29 -0700 Subject: [PATCH] Update Orchestrating_agents.ipynb fixed the sentence --- 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 c8a8ccda01..273cd6c49e 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`:" ] }, {