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
2 changes: 1 addition & 1 deletion units/en/unit1/thoughts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> [!TIP]
> In this section, we dive into the inner workings of an AI agent—its ability to reason and plan. We’ll explore how the agent leverages its internal dialogue to analyze information, break down complex problems into manageable steps, and decide what action to take next.
>
> Additionally, we introduce the ReAct approach, a prompting technique that encourages the model to think “step by step” before acting.
> Additionally, we introduce the ReAct (Reasoning + Acting) approach, a prompting technique that encourages the model to think before acting. it combines reasoning with actions.

Thoughts represent the **Agent's internal reasoning and planning processes** to solve the task.

Expand Down