mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
docs: tool agent nit (#20337)
This commit is contained in:
parent
562b546bcc
commit
43a98592c1
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user