mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
docs: how to: tool calling: Fix typo in sentence (#21877)
- **Description:** Fix grammar error.
This commit is contained in:
parent
6b97418836
commit
f4ffef98a2
@ -33,7 +33,7 @@
|
||||
"result.\n",
|
||||
"\n",
|
||||
"However, tool calling goes beyond [structured output](/docs/how_to/structured_output/)\n",
|
||||
"since you can pass responses to caled tools back to the model to create longer interactions.\n",
|
||||
"since you can pass responses from called tools back to the model to create longer interactions.\n",
|
||||
"For instance, given a search engine tool, an LLM might handle a \n",
|
||||
"query by first issuing a call to the search engine with arguments. The system calling the LLM can \n",
|
||||
"receive the tool call, execute it, and return the output to the LLM to inform its \n",
|
||||
|
Loading…
Reference in New Issue
Block a user