Skip to content

Commit fa45762

Browse files
committed
edit pass: azure-ai-foundry-agent-service-how-to
1 parent f043432 commit fa45762

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/ai-foundry/agents/how-to/triggers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The **Create Run** connector creates a new [run](../concepts/threads-runs-messag
121121

122122
To configure the **Create Run** connector, select it and provide the following information:
123123

124-
* **The ID Of The Thread To Create A Message For** (required): The ID of the thread that you just created. Select the function icon to select the **id** parameter from your previous **Create Thread** connector output.
124+
* **The ID Of The Thread To Create A Message For** (required): The ID of the thread that you created. Select the function icon to select the **id** parameter from your previous **Create Thread** connector output.
125125

126126
:::image type="content" source="../media\triggers\create-run.png" alt-text="Screenshot of the Create Run connector." lightbox="../media\triggers\create-run.png":::
127127

@@ -134,17 +134,17 @@ To configure the **Create Run** connector, select it and provide the following i
134134
135135
## Configure the Get Run connector
136136

137-
The **Get Run** connector gets and retrieves the run that you just created. Configure the connector by providing the following information:
137+
The **Get Run** connector gets and retrieves the run that you created. Configure the connector by providing the following information:
138138

139-
* **Thread ID parameter** (required): The ID of the thread that you just created. Select the function icon to select the **id** parameter from your previous **Create Thread** connector output.
139+
* **Thread ID parameter** (required): The ID of the thread that you created. Select the function icon to select the **id** parameter from your previous **Create Thread** connector output.
140140

141-
* **Run ID** (required): The ID of the run that you just created. Select the function icon to select the **id** parameter from your previous **Create Run** connector output.
141+
* **Run ID** (required): The ID of the run that you created. Select the function icon to select the **id** parameter from your previous **Create Run** connector output.
142142

143143
## Configure the List Messages connector
144144

145145
The **List Messages** connector lists all messages in the current thread. Configure the connector by providing the following information:
146146

147-
* **Thread ID parameter** (required): The ID of the thread that you just created. Select the function icon to select the **id** parameter from your previous **Create thread** connector output.
147+
* **Thread ID parameter** (required): The ID of the thread that you created. Select the function icon to select the **id** parameter from your previous **Create thread** connector output.
148148

149149
## Get a response from Foundry Agent Service
150150

articles/ai-foundry/how-to/develop/vs-code-agents-mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this article, you learn how to add and use [Model Context Protocol (MCP)](/az
2020

2121
After you [build an agent in Azure AI Foundry Agent Service](./vs-code-agents.md) by using this Visual Studio Code (VS Code) extension, you can add MCP tools to your agent.
2222

23-
Using or building a MCP server allows your agent to:
23+
Using or building an MCP server allows your agent to:
2424

2525
- Access up-to-date information from your APIs and services.
2626
- Retrieve relevant context to enhance the quality of responses from your AI models.
@@ -33,7 +33,7 @@ Azure AI Foundry developers can stay productive by developing, testing, and depl
3333

3434
## Create an Azure AI agent within the designer view
3535

36-
To create an Azure AI agent, follow the steps in [Create and edit Azure AI agents within the designer view](./vs-code-agents.md#create-and-edit-azure-ai-agents-within-the-designer-view).
36+
To create an Azure AI agent, follow the steps in [Create and edit Azure AI agents within the designer view](./vs-code-agents.md#create-and-edit-an-azure-ai-agent-within-the-designer-view).
3737

3838
## Add an existing MCP server tool to the AI agent
3939

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For more information about using MCP tools, see [Work with Azure AI Foundry Agen
123123
124124
1. After you enter the required information, select **Create and connect**, **Upload and save**, or **Create Tool**. The button varies according to the pane.
125125
126-
When you add a tool, you can also add any new assets it needs. For example, if you add a file search tool, you can use an existing vector store asset or make a new asset for your vector store to host your uploaded files.
126+
When you add a tool, you can also add any new assets that it needs. For example, if you add a file search tool, you can use an existing vector store asset or make a new asset for your vector store to host your uploaded files.
127127
128128
## Create an Azure AI agent on Azure AI Foundry
129129

0 commit comments

Comments
 (0)