mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-08 14:05:16 +00:00
docs: Update agents.ipynb (#31820)
This commit is contained in:
parent
eb12294583
commit
377e5f5204
@ -249,6 +249,20 @@
|
|||||||
"tools = [search]"
|
"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",
|
"cell_type": "markdown",
|
||||||
"id": "e00068b0",
|
"id": "e00068b0",
|
||||||
|
Loading…
Reference in New Issue
Block a user