From d2e236e228885377a0d27ddfc1ab0a998ae818f0 Mon Sep 17 00:00:00 2001 From: ogostos Date: Mon, 14 Oct 2024 14:05:03 +0400 Subject: [PATCH] fix: typo in Orchestrating_agents.ipynb (#1469) --- 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..56bafb468b 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",