From 36412c02b6262547e846efbdad8da9c0a9063b7b Mon Sep 17 00:00:00 2001 From: Aniket kadukar <68743266+aniketkadukar1@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:42:56 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20typo=20"tall"=20=E2=86=92=20"tool?= =?UTF-8?q?"=20in=20tools=5Fhuman.ipynb=20(#30345)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR fixes a minor typo. The word "tall" was mistakenly used instead of "tool." I have corrected it to "tool" for better clarity and accuracy. --- docs/docs/how_to/tools_human.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/tools_human.ipynb b/docs/docs/how_to/tools_human.ipynb index 59412bb950d..9b61d1d6a69 100644 --- a/docs/docs/how_to/tools_human.ipynb +++ b/docs/docs/how_to/tools_human.ipynb @@ -161,7 +161,7 @@ "source": [ "## Adding human approval\n", "\n", - "Let's add a step in the chain that will ask a person to approve or reject the tall call request.\n", + "Let's add a step in the chain that will ask a person to approve or reject the tool call request.\n", "\n", "On rejection, the step will raise an exception which will stop execution of the rest of the chain." ]