docs: tool agent nit (#20337)

This commit is contained in:
Bagatur 2024-04-11 09:43:12 -07:00 committed by GitHub
parent 562b546bcc
commit 43a98592c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
"\n", "\n",
"## Setup\n", "## Setup\n",
"\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", "\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", "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", "You'll need to sign up for an API key and set it as `process.env.TAVILY_API_KEY`.\n",