You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core_docs/docs/modules/model_io/chat/function_calling.ipynb
+9-7
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@
6
6
"source": [
7
7
"# Function calling\n",
8
8
"\n",
9
-
"import Tabs from \"@theme/Tabs\";\n",
10
-
"import TabItem from \"@theme/TabItem\";\n",
11
-
"\n",
12
9
"A growing number of chat models, like [OpenAI](/docs/integrations/chat/openai#tool-calling), [Mistral](/docs/integrations/chat/mistral#tool-calling), etc., have a function-calling\n",
13
10
"API that lets you describe functions and their arguments, and have the model return a JSON object with a function to invoke and the inputs to that function.\n",
14
11
"Function-calling is extremely useful for building [tool-using chains and agents](/docs/use_cases/tool_use/), and for getting structured outputs from models more generally.\n",
@@ -30,18 +27,23 @@
30
27
"cell_type": "markdown",
31
28
"metadata": {},
32
29
"source": [
30
+
"```{=mdx}\n",
33
31
"import IntegrationInstallTooltip from \"@mdx_components/integration_install_tooltip.mdx\";\n",
0 commit comments