diff --git a/docs/docs/modules/agents/agent_types/tool_calling.ipynb b/docs/docs/modules/agents/agent_types/tool_calling.ipynb index 42c95c41ae2..e8e99d69f81 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",