From c6388d736b2844bcd9985f632b66f6e68117bbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90?= <48374300+Q-Bug4@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:05:28 +0800 Subject: [PATCH] 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 --- docs/docs/how_to/tool_results_pass_to_model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/tool_results_pass_to_model.ipynb b/docs/docs/how_to/tool_results_pass_to_model.ipynb index 6ace9a02c5de1..4263b08749f35 100644 --- a/docs/docs/how_to/tool_results_pass_to_model.ipynb +++ b/docs/docs/how_to/tool_results_pass_to_model.ipynb @@ -16,7 +16,7 @@ "\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", "![Diagram of a tool call invocation](/img/tool_invocation.png)\n", "\n",