mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 20:58:25 +00:00
Docs link custom agent page in getting started (#5250)
# Docs: link custom agent page in getting started
This commit is contained in:
parent
d3cd21ccf8
commit
5525602df0
@ -22,7 +22,7 @@
|
||||
"\n",
|
||||
"- Tool: A function that performs a specific duty. This can be things like: Google Search, Database lookup, Python REPL, other chains. The interface for a tool is currently a function that is expected to have a string as an input, with a string as an output.\n",
|
||||
"- LLM: The language model powering the agent.\n",
|
||||
"- Agent: The agent to use. This should be a string that references a support agent class. Because this notebook focuses on the simplest, highest level API, this only covers using the standard supported agents. If you want to implement a custom agent, see the documentation for custom agents (coming soon).\n",
|
||||
"- Agent: The agent to use. This should be a string that references a support agent class. Because this notebook focuses on the simplest, highest level API, this only covers using the standard supported agents. If you want to implement a custom agent, see the documentation for [custom agents](agents/custom_agent.ipynb).\n",
|
||||
"\n",
|
||||
"**Agents**: For a list of supported agents and their specifications, see [here](agents.md).\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user