Skip to content

Commit 7040811

Browse files
Merge pull request #587 from ytiam/main
Fix small typos
2 parents 8ba591c + cbbc989 commit 7040811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

units/en/unit1/agent-steps-and-structure.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ In the previous sections, we learned:
99

1010
In this section, **we’ll explore the complete AI Agent Workflow**, a cycle we defined as Thought-Action-Observation.
1111

12-
And then, we’ll dive deeper on each of these steps.
12+
And then, we’ll dive deeper into each of these steps.
1313

1414

1515
## The Core Components
1616

17-
Agents work in a continuous cycle of: **thinking (Thought) → acting (Act) and observing (Observe)**.
17+
Agents' work is a continuous cycle of: **thinking (Thought) → acting (Act) and observing (Observe)**.
1818

1919
Let’s break down these actions together:
2020

2121
1. **Thought**: The LLM part of the Agent decides what the next step should be.
22-
2. **Action:** The agent takes an action, by calling the tools with the associated arguments.
22+
2. **Action:** The agent takes an action by calling the tools with the associated arguments.
2323
3. **Observation:** The model reflects on the response from the tool.
2424

2525
## The Thought-Action-Observation Cycle

0 commit comments

Comments
 (0)