From 0214246dc69dd2d4e11fd567308f666c220cfb0d Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 30 May 2024 14:32:33 -0700 Subject: [PATCH] docs: list tool calling models (#22334) --- docs/docs/how_to/tool_calling.ipynb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/docs/how_to/tool_calling.ipynb b/docs/docs/how_to/tool_calling.ipynb index 3f8bc623a50..c05a7f035ff 100644 --- a/docs/docs/how_to/tool_calling.ipynb +++ b/docs/docs/how_to/tool_calling.ipynb @@ -14,14 +14,20 @@ "\n", ":::\n", "\n", - "```{=mdx}\n", - ":::info\n", + ":::info Tool calling vs function calling\n", + "\n", "We use the term tool calling interchangeably with function calling. Although\n", "function calling is sometimes meant to refer to invocations of a single function,\n", "we treat all models as though they can return multiple tool or function calls in \n", "each message.\n", + "\n", + ":::\n", + "\n", + ":::info Supported models\n", + "\n", + "You can find a [list of all models that support tool calling](/docs/integrations/chat/).\n", + "\n", ":::\n", - "```\n", "\n", "Tool calling allows a chat model to respond to a given prompt by \"calling a tool\".\n", "While the name implies that the model is performing \n", @@ -705,7 +711,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.9.1" } }, "nbformat": 4,