From 70f8126e832523ca78c9fb95645a47ea45367461 Mon Sep 17 00:00:00 2001 From: josephtchung Date: Fri, 18 Oct 2024 21:47:18 +0200 Subject: [PATCH] Typo "conretely" in Orchestrating_agents.ipynb --- 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 6cbc65a6d3..0146960f8d 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 represent 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. Concretely, 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",