From 377e5f520467308a46706c14f21b38ee146e06d8 Mon Sep 17 00:00:00 2001 From: ojumah20 Date: Wed, 2 Jul 2025 15:42:28 +0100 Subject: [PATCH] docs: Update agents.ipynb (#31820) --- docs/docs/tutorials/agents.ipynb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/docs/tutorials/agents.ipynb b/docs/docs/tutorials/agents.ipynb index 13e604f28eb..9535d56f699 100644 --- a/docs/docs/tutorials/agents.ipynb +++ b/docs/docs/tutorials/agents.ipynb @@ -249,6 +249,20 @@ "tools = [search]" ] }, + { + "cell_type": "markdown", + "id": "ecbc86d8", + "metadata": {}, + "source": [ + ":::tip\n", + "\n", + "In many applications, you may want to define custom tools. LangChain supports custom\n", + "tool creation via Python functions and other means. Refer to the\n", + "[How to create tools](/docs/how_to/custom_tools/) guide for details.\n", + "\n", + ":::" + ] + }, { "cell_type": "markdown", "id": "e00068b0",