From 6ce34bb4fedcbec0a847d8e991a3b3884802ec3a Mon Sep 17 00:00:00 2001 From: 0xDTE <106649945+0xDTE@users.noreply.github.com> Date: Fri, 28 Apr 2023 19:51:23 -0700 Subject: [PATCH] Fixing broken document links (#3756) simple document url fixes. nothing fancy. --- docs/getting_started/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/getting_started.md b/docs/getting_started/getting_started.md index 3d83811f..cdc1cf0f 100644 --- a/docs/getting_started/getting_started.md +++ b/docs/getting_started/getting_started.md @@ -172,9 +172,9 @@ In order to load agents, you should understand the following concepts: - LLM: The language model powering the agent. - 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). -**Agents**: For a list of supported agents and their specifications, see [here](../modules/agents/agents.md). +**Agents**: For a list of supported agents and their specifications, see [here](../modules/agents/getting_started.ipynb). -**Tools**: For a list of predefined tools and their specifications, see [here](../modules/agents/tools.md). +**Tools**: For a list of predefined tools and their specifications, see [here](../modules/agents/tools/getting_started.md). For this example, you will also need to install the SerpAPI Python package.