docs: fix typo in tool_results_pass_to_model.ipynb (how-to) (#29252)

Description: fix typo. change word from `cals` to `calls`
Issue: closes #29251 
Dependencies: None
Twitter handle: None
This commit is contained in:
2025-01-17 00:05:28 +08:00 committed by GitHub
parent 4bc6cb759f
commit c6388d736b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
"\n", "\n",
":::\n", ":::\n",
"\n", "\n",
"Some models are capable of [**tool calling**](/docs/concepts/tool_calling) - generating arguments that conform to a specific user-provided schema. This guide will demonstrate how to use those tool cals to actually call a function and properly pass the results back to the model.\n", "Some models are capable of [**tool calling**](/docs/concepts/tool_calling) - generating arguments that conform to a specific user-provided schema. This guide will demonstrate how to use those tool calls to actually call a function and properly pass the results back to the model.\n",
"\n", "\n",
"![Diagram of a tool call invocation](/img/tool_invocation.png)\n", "![Diagram of a tool call invocation](/img/tool_invocation.png)\n",
"\n", "\n",