From 43a98592c1d245a5083505e72b76f3824b156278 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:43:12 -0700 Subject: [PATCH] docs: tool agent nit (#20337) --- docs/docs/modules/agents/agent_types/tool_calling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/agents/agent_types/tool_calling.ipynb b/docs/docs/modules/agents/agent_types/tool_calling.ipynb index 42c95c41ae..e8e99d69f8 100644 --- a/docs/docs/modules/agents/agent_types/tool_calling.ipynb +++ b/docs/docs/modules/agents/agent_types/tool_calling.ipynb @@ -28,7 +28,7 @@ "\n", "## Setup\n", "\n", - "Any models that support tool calling can be used in this agent. [TODO ADD WHICH]\n", + "Any models that support tool calling can be used in this agent. You can see which models support tool calling [here](/docs/integrations/chat/)\n", "\n", "This demo uses [Tavily](https://app.tavily.com), but you can also swap in any other [built-in tool](/docs/integrations/tools) or add [custom tools](/docs/modules/tools/custom_tools/).\n", "You'll need to sign up for an API key and set it as `process.env.TAVILY_API_KEY`.\n",