Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions units/en/unit1/thoughts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ Thought: Now that I know the weather...
Action: Finish["It's 18°C and cloudy in Paris."]
```

<figure>
<img src="https://huggingface.co/datasets/agents-course/course-images/resolve/main/en/unit1/ReAct.png" alt="ReAct"/>
<figcaption>
(d) is an example of the ReAct approach, where we prompt "Let's think step by step", and the model acts between thoughts.
</figcaption>
</figure>


## 🔁 Comparison: ReAct vs. CoT

| Feature | Chain-of-Thought (CoT) | ReAct |
Expand Down