Skip to content

Commit 65f53b4

Browse files
Merge pull request #508 from lupino3/patch-1
Fix typo (recieving → receiving)
2 parents 09e562f + 6ac4ecb commit 65f53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/agents/concepts/threads-runs-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure AI Foundry Agent Service supports persistent threads, runs, and messages,
1919

2020
When you use an Agent, there are a series of steps that are involved.
2121

22-
- **Creating an agent:** You create an agent to start sending messages and recieving responses.
22+
- **Creating an agent:** You create an agent to start sending messages and receiving responses.
2323
- **Creating a thread:** You create a thread once and append messages to it as users reply. This ensures that the conversation history is maintained and managed automatically.
2424
- **Sending messages:** Messages can be sent by both the agent and the user. These messages can include text, images, and other files, providing a rich interaction experience.
2525
- **Running the agent:** When a run is initiated, the agent processes the messages in the thread and performs tasks based on its configuration. It may append new messages to the thread as part of its response.

0 commit comments

Comments
 (0)