mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
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:
parent
46d6bf0330
commit
36412c02b6
@ -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."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user