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`:" ] }, {