From 2af489cba1d1a99c255dd783997992f52e53e26c Mon Sep 17 00:00:00 2001 From: Shivam Saway Date: Tue, 6 Jan 2026 05:24:44 +0530 Subject: [PATCH] Remove misleading example for ReAct Prompting None of the option in the image is demonstrates ReAct prompting. They are example of other prompting techniques and the image caption is also misleading for user -- stating the option (d) is ReAct prompting example. --- units/en/unit1/thoughts.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/units/en/unit1/thoughts.mdx b/units/en/unit1/thoughts.mdx index 3830e76c3..16d169f2b 100644 --- a/units/en/unit1/thoughts.mdx +++ b/units/en/unit1/thoughts.mdx @@ -66,14 +66,6 @@ Thought: Now that I know the weather... Action: Finish["It's 18°C and cloudy in Paris."] ``` -
- ReAct -
- (d) is an example of the ReAct approach, where we prompt "Let's think step by step", and the model acts between thoughts. -
-
- - ## 🔁 Comparison: ReAct vs. CoT | Feature | Chain-of-Thought (CoT) | ReAct |