Skip to content

Commit 8991d14

Browse files
committed
new
1 parent 5495824 commit 8991d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/posts/ai_agent_tutorial2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ comments: true
1515

1616
# Getting Started with AI Agents - Part II
1717

18-
In previous sections, we learned how tools are provided to agents in the system prompt and how AI agents can reason, plan, and interact with their environment.
18+
We learned how tools are provided to agents in the system prompt and how AI agents can reason, plan, and interact with their environment.
1919

2020
Now, we'll examine the AI Agent Workflow, known as Thought-Action-Observation.
2121

@@ -162,6 +162,6 @@ This process of using feedback helps the agent stay on track with its goals. It
162162
4. **Response Analysis:** Responses from APIs, query results, or outputs from computations.
163163
5. **Time-based Events:** Completion of scheduled tasks or milestones reached, such as deadlines.
164164

165-
Comments:
165+
#### Comments
166166

167167
Both tutorials may seem technical, but they offer an overview of understanding the potential of AI agents. In the next blog post, we will discuss an implementation in public transit.

0 commit comments

Comments
 (0)