docs: fix broken API reference link (#4657)

This commit is contained in:
Sydney Runkle
2025-05-12 07:45:07 -04:00
committed by GitHub
parent daf20b610b
commit 0b5529108f
+1 -1
View File
@@ -31,7 +31,7 @@ pip install -U langgraph "langchain[anthropic]"
## 2. Create an agent
To create an agent, use [`create_react_agent`](langgraph.prebuilt.chat_agent_executor.create_react_agent):
To create an agent, use [`create_react_agent`][langgraph.prebuilt.chat_agent_executor.create_react_agent]:
```python
from langgraph.prebuilt import create_react_agent