docs: add link to api references for create_react_agent (#759)

This commit is contained in:
Vadym Barda
2024-06-21 19:24:14 -04:00
committed by GitHub
parent 6abcbd5a74
commit 44510532ee
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -131,6 +131,14 @@
"### Define the graph"
]
},
{
"cell_type": "markdown",
"id": "2a2da4e4",
"metadata": {},
"source": [
"We're going to use a prebuilt implementation of ReAct agent included with `langgraph` library - [`create_react_agent`](https://langchain-ai.github.io/langgraph/reference/prebuilt/#create_react_agent)"
]
},
{
"cell_type": "code",
"execution_count": 4,