From a4c251983e3bfe272cc36873bff82f2b0b6b7e3a Mon Sep 17 00:00:00 2001 From: bilgeyucel Date: Thu, 19 Jun 2025 15:13:24 +0200 Subject: [PATCH] Fix the typo --- .../36_Building_Fallbacks_with_Conditional_Routing.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb b/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb index 7a591a4..1cdfc7f 100644 --- a/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb +++ b/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb @@ -235,7 +235,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "metadata": { "id": "VEYchFgQPxZ_" }, @@ -247,7 +247,7 @@ " ChatMessage.from_user(\n", " \"\"\"\n", "Answer the following query given the documents retrieved from the web.\n", - "Your answer shoud indicate that your answer was generated from websearch.\n", + "Your answer should indicate that your answer was generated from websearch.\n", "\n", "Documents:\n", "{% for document in documents %}\n",