From f2f970f93de9a51bccc804dd7745f6b97f6cb419 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 14 May 2024 18:20:53 -0700 Subject: [PATCH] docs: openai bind tools nit (#21692) --- docs/docs/integrations/chat/openai.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/openai.ipynb b/docs/docs/integrations/chat/openai.ipynb index da75aeca4b803..6d9ef130c7079 100644 --- a/docs/docs/integrations/chat/openai.ipynb +++ b/docs/docs/integrations/chat/openai.ipynb @@ -147,7 +147,7 @@ "\n", "### ChatOpenAI.bind_tools()\n", "\n", - "With `ChatAnthropic.bind_tools`, we can easily pass in Pydantic classes, dict schemas, LangChain tools, or even functions as tools to the model. Under the hood these are converted to an Anthropic tool schemas, which looks like:\n", + "With `ChatOpenAI.bind_tools`, we can easily pass in Pydantic classes, dict schemas, LangChain tools, or even functions as tools to the model. Under the hood these are converted to an OpenAI tool schemas, which looks like:\n", "```\n", "{\n", " \"name\": \"...\",\n",