docs: how to: tool calling: Fix typo in sentence (#21877)

- **Description:** Fix grammar error.
This commit is contained in:
Ozan Kaşıkçı 2024-05-20 22:58:52 +02:00 committed by GitHub
parent 6b97418836
commit f4ffef98a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",