Fixed wrong paper reference (#8970)

The ReAct reference references to MRKL paper. Corrected so that it
points to the actual ReAct paper #8964.
This commit is contained in:
Michael Shen 2023-08-09 16:17:46 -04:00 committed by GitHub
parent 808248049d
commit c2f46b2cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Here are the agents available in LangChain.
### [Zero-shot ReAct](/docs/modules/agents/agent_types/react.html) ### [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. 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. This agent requires that a description is provided for each tool.