mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 23:26:34 +00:00
docs: list tool calling models (#22334)
This commit is contained in:
parent
410e9add44
commit
0214246dc6
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user