🔗 fix: broken link in tools_and_plugins.mdx (#209)

Updated moved link
This commit is contained in:
Nobuhiro Oto
2025-02-07 11:39:02 +09:00
committed by GitHub
parent 3481d58acd
commit 6e13614731

View File

@@ -13,7 +13,7 @@ Creating custom plugins for this project involves extending the `Tool` class fro
**Note:** I will use the word plugin interchangeably with tool, as the latter is specific to LangChain, and we are mainly conforming to the library.
You are essentially creating DynamicTools in LangChain speak. See the **[LangChainJS docs](https://js.langchain.com/docs/modules/agents/tools/dynamic)** for more info.
You are essentially creating DynamicTools in LangChain speak. See the **[LangChainJS docs](https://js.langchain.com/docs/how_to/custom_tools/)** for more info.
This guide will walk you through the process of creating your own custom plugins, using the `StableDiffusionAPI` and `WolframAlphaAPI` tools as examples.