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.
This commit is contained in:
Vincent Liao 2023-03-17 21:59:49 +07:00 committed by GitHub
parent fbc0c85b90
commit cf9c3f54f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 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. 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).