From cf9c3f54f7732e795949c2f2a38b8f34e9a9efc8 Mon Sep 17 00:00:00 2001 From: Vincent Liao Date: Fri, 17 Mar 2023 21:59:49 +0700 Subject: [PATCH] docs: add docs link to agent toolkits (#1735) New to Langchain, was a bit confused where I should find the toolkits section when I'm at `agent/key_concepts` docs. I added a short link that points to the how to section. --- docs/modules/agents/key_concepts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/agents/key_concepts.md b/docs/modules/agents/key_concepts.md index 5f3026cd..d53dc675 100644 --- a/docs/modules/agents/key_concepts.md +++ b/docs/modules/agents/key_concepts.md @@ -13,3 +13,4 @@ For more detailed information on tools, and different types of tools in LangChai Toolkits are groups of tools that are best used together. They allow you to logically group and initialize a set of tools that share a particular resource (such as a database connection or json object). They can be used to construct an agent for a specific use-case. +For more detailed information on toolkits and their use cases, see [this documentation](how_to_guides.rst#agent-toolkits) (the "Agent Toolkits" section). \ No newline at end of file