diff --git a/examples/Orchestrating_agents.ipynb b/examples/Orchestrating_agents.ipynb index c8a8ccd..56bafb4 100644 --- a/examples/Orchestrating_agents.ipynb +++ b/examples/Orchestrating_agents.ipynb @@ -46,7 +46,7 @@ "source": [ "# Routines\n", "\n", - "The notion of a \"routine\" is not strictly defined, and instead meant to capture the idea of a set of steps. Conretely, let's define a routine to be a list of instructions in natural langauge (which we'll repreesnt with a system prompt), along with the tools necessary to complete them.\n", + "The notion of a \"routine\" is not strictly defined, and instead meant to capture the idea of a set of steps. Conretely, let's define a routine to be a list of instructions in natural langauge (which we'll represent with a system prompt), along with the tools necessary to complete them.\n", "\n", "\n", "\n",