Skip to content

Commit c6388d7

Browse files
authored
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
1 parent 4bc6cb7 commit c6388d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how_to/tool_results_pass_to_model.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
":::\n",
1818
"\n",
19-
"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",
19+
"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",
2020
"\n",
2121
"![Diagram of a tool call invocation](/img/tool_invocation.png)\n",
2222
"\n",

0 commit comments

Comments
 (0)