Fixed wrong paper reference (#8970)

The ReAct reference references to MRKL paper. Corrected so that it
points to the actual ReAct paper #8964.
pull/9002/head
Michael Shen 11 months ago committed by GitHub
parent 808248049d
commit c2f46b2cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ Here are the agents available in LangChain.
### [Zero-shot ReAct](/docs/modules/agents/agent_types/react.html)
This agent uses the [ReAct](https://arxiv.org/pdf/2205.00445.pdf) framework to determine which tool to use
This agent uses the [ReAct](https://arxiv.org/pdf/2210.03629) framework to determine which tool to use
based solely on the tool's description. Any number of tools can be provided.
This agent requires that a description is provided for each tool.

Loading…
Cancel
Save