docs: list tool calling models (#22334)

This commit is contained in:
Bagatur 2024-05-30 14:32:33 -07:00 committed by GitHub
parent 410e9add44
commit 0214246dc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,20 @@
"\n", "\n",
":::\n", ":::\n",
"\n", "\n",
"```{=mdx}\n", ":::info Tool calling vs function calling\n",
":::info\n", "\n",
"We use the term tool calling interchangeably with function calling. Although\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", "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", "we treat all models as though they can return multiple tool or function calls in \n",
"each message.\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",
"\n", "\n",
"Tool calling allows a chat model to respond to a given prompt by \"calling a tool\".\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", "While the name implies that the model is performing \n",
@ -705,7 +711,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.4" "version": "3.9.1"
} }
}, },
"nbformat": 4, "nbformat": 4,