From 2ad29f410de0c4ba6d8175e0f6f1924843b359d4 Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Wed, 24 May 2023 21:47:22 -0700 Subject: [PATCH] fix a mistake in concepts.md (#5222) # fix a mistake in concepts.md ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested: --- docs/getting_started/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/concepts.md b/docs/getting_started/concepts.md index b0d1c576fc..adbb12fe43 100644 --- a/docs/getting_started/concepts.md +++ b/docs/getting_started/concepts.md @@ -23,7 +23,7 @@ The results of these actions can then be fed back into the language model to gen ## ReAct `ReAct` is a prompting technique that combines Chain-of-Thought prompting with action plan generation. -This induces the to model to think about what action to take, then take it. +This induces the model to think about what action to take, then take it. - [Paper](https://arxiv.org/pdf/2210.03629.pdf) - [LangChain Example](../modules/agents/agents/examples/react.ipynb)