Skip to content

Commit 71163fc

Browse files
authored
Merge pull request #6302 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 3206357 + 65f53b4 commit 71163fc

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)