docs: Fix typo "tall" → "tool" in tools_human.ipynb (#30345)

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.
This commit is contained in:
Aniket kadukar 2025-03-18 22:42:56 +05:30 committed by GitHub
parent 46d6bf0330
commit 36412c02b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,7 +161,7 @@
"source": [ "source": [
"## Adding human approval\n", "## Adding human approval\n",
"\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", "\n",
"On rejection, the step will raise an exception which will stop execution of the rest of the chain." "On rejection, the step will raise an exception which will stop execution of the rest of the chain."
] ]