From f4ffef98a2565977d475a359595028be51661d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20Ka=C5=9F=C4=B1k=C3=A7=C4=B1?= Date: Mon, 20 May 2024 22:58:52 +0200 Subject: [PATCH] docs: how to: tool calling: Fix typo in sentence (#21877) - **Description:** Fix grammar error. --- docs/docs/how_to/tool_calling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/tool_calling.ipynb b/docs/docs/how_to/tool_calling.ipynb index 81ae98cf639..3f8bc623a50 100644 --- a/docs/docs/how_to/tool_calling.ipynb +++ b/docs/docs/how_to/tool_calling.ipynb @@ -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",