From 220b33df7f9379f75b9192ad13e82178751800fb Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:29:08 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Fixed=20broken=20link=20in=20the=20warn?= =?UTF-8?q?ing=20message=20to=20@tool=20API=20Reference=E2=80=A6=20(#28437?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed the broken hyperlink in the warning of docstring section to the correct `@tool` API reference --- docs/docs/how_to/custom_tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/custom_tools.ipynb b/docs/docs/how_to/custom_tools.ipynb index e9a50a72e11..8becb03c7c9 100644 --- a/docs/docs/how_to/custom_tools.ipynb +++ b/docs/docs/how_to/custom_tools.ipynb @@ -294,7 +294,7 @@ "metadata": {}, "source": [ ":::caution\n", - "By default, `@tool(parse_docstring=True)` will raise `ValueError` if the docstring does not parse correctly. See [API Reference](https://python.langchain.com/api_reference/core/tools/langchain_core.tools.tool.html) for detail and examples.\n", + "By default, `@tool(parse_docstring=True)` will raise `ValueError` if the docstring does not parse correctly. See [API Reference](https://python.langchain.com/api_reference/core/tools/langchain_core.tools.convert.tool.html) for detail and examples.\n", ":::" ] },