From 98890b759eb0cf9df43600c3cb4d8999bbca7d64 Mon Sep 17 00:00:00 2001 From: Joe Devon <138038+joedevon@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:19:56 -0700 Subject: [PATCH] Update Orchestrating_agents.ipynb: typo satesfied should be satisfied --- 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 2da3db2edb..9d28f87c0a 100644 --- a/examples/Orchestrating_agents.ipynb +++ b/examples/Orchestrating_agents.ipynb @@ -68,7 +68,7 @@ " \"1. First, ask probing questions and understand the user's problem deeper.\\n\"\n", " \" - unless the user has already provided a reason.\\n\"\n", " \"2. Propose a fix (make one up).\\n\"\n", - " \"3. ONLY if not satesfied, offer a refund.\\n\"\n", + " \"3. ONLY if not satisfied, offer a refund.\\n\"\n", " \"4. If accepted, search for the ID and then execute refund.\"\n", " \"\"\n", ")\n",