docs: Update agents.ipynb (#31820)

This commit is contained in:
ojumah20 2025-07-02 15:42:28 +01:00 committed by GitHub
parent eb12294583
commit 377e5f5204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",