docs[patch]: fix chat model tabs in runnable-as-tool guide (#24580)

This commit is contained in:
ccurme 2024-07-23 18:36:01 -04:00 committed by GitHub
parent 47ae06698f
commit aaf788b7cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,9 +267,9 @@
"We first instantiate a chat model that supports [tool calling](/docs/how_to/tool_calling/):\n", "We first instantiate a chat model that supports [tool calling](/docs/how_to/tool_calling/):\n",
"\n", "\n",
"```{=mdx}\n", "```{=mdx}\n",
"<ChatModelTabs\n", "import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
" customVarName=\"llm\"\n", "\n",
"/>\n", "<ChatModelTabs customVarName=\"llm\" />\n",
"```" "```"
] ]
}, },
@ -541,7 +541,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.9" "version": "3.10.4"
} }
}, },
"nbformat": 4, "nbformat": 4,