From 5525602df0706293f5dceb2946d531fcd1ae1a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janil=20W=C3=B6rst?= <109829076+JanilsWoerst@users.noreply.github.com> Date: Thu, 25 May 2023 22:11:30 +0200 Subject: [PATCH] Docs link custom agent page in getting started (#5250) # Docs: link custom agent page in getting started --- docs/modules/agents/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/agents/getting_started.ipynb b/docs/modules/agents/getting_started.ipynb index 36c8e73a..1fc0d0cc 100644 --- a/docs/modules/agents/getting_started.ipynb +++ b/docs/modules/agents/getting_started.ipynb @@ -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",