Skip to content

Commit e670351

Browse files
authored
Merge pull request #4887 from aahill/agents-screen
[bulk] updating screenshots and agent page naming
2 parents 9de9be1 + dd7613e commit e670351

17 files changed

+15
-15
lines changed

articles/ai-services/agents/concepts/tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ After selecting **Thread info**, the screen that appears will be let you view th
4040
:::image type="content" source="../media/thread-trace.png" alt-text="A screenshot of a trace." lightbox="../media/thread-trace.png":::
4141

4242
> [!TIP]
43-
> If you want to view the trace of a previous thread, select **Agent Playground**. Choose a thread in the **Create and debug your agents** screen, and then select **Try in playground**.
44-
> :::image type="content" source="../media/thread-highlight.png" alt-text="A screenshot of the create and debug screen." lightbox="../media/thread-highlight.png":::
43+
> If you want to view the trace of a previous thread, select **My threads** in the **Agents** screen. Choose a thread, and then select **Try in playground**.
44+
> :::image type="content" source="../media/thread-highlight.png" alt-text="A screenshot of the threads screen." lightbox="../media/thread-highlight.png":::
4545
> You will be able to see the **Thread info** button at the top of the screen to view the trace.
4646
4747

articles/ai-services/agents/how-to/tools/azure-ai-search-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Complete the [Azure AI Search tool setup](../../how-to/tools/azure-ai-search.md?
2222

2323
:::zone pivot="portal"
2424

25-
1. Go to the Azure AI Foundry portal, and navigate to the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
25+
1. Go to the Azure AI Foundry portal, and navigate to the **Agents** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
2626

2727
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools.png":::
2828

articles/ai-services/agents/how-to/tools/azure-ai-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Now that you have created a project connection to your Azure AI Search resource,
137137

138138
You can add the Azure AI Search tool to an agent programmatically using the code examples listed at the top of this article, or the Azure AI Foundry portal. If you want to use the portal:
139139

140-
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
140+
1. In the **Agents** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
141141

142142
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools.png":::
143143

articles/ai-services/agents/how-to/tools/bing-code-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use this article to find step-by-step instructions and code samples for Groundin
2626
2727
::: zone pivot="portal"
2828

29-
1. In the [Azure AI Foundry portal](https://ai.azure.com/) navigate to the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
29+
1. In the [Azure AI Foundry portal](https://ai.azure.com/) navigate to the **Agents** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
3030

3131
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools.png":::
3232

articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zone_pivot_groups: selection-bing-custom-grounding
1919
::: zone pivot="portal"
2020

2121

22-
1. Navigate to the Create and debug screen for your agent in the [Azure AI Foundry portal](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
22+
1. Navigate to the **Agents** screen for your agent in the [Azure AI Foundry portal](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
2323

2424
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot of the agents screen in the AI Foundry portal.":::
2525

articles/ai-services/agents/how-to/tools/bing-custom-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When you create or update a configuration, enter the following information:
8585
1. Adjust ranking if needed.
8686

8787

88-
1. Navigate to the Create and debug screen for your agent in the [Azure AI Foundry portal](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
88+
1. Navigate to the **Agents** screen for your agent in the [Azure AI Foundry portal](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
8989

9090
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot of the agents screen in the AI Foundry portal.":::
9191

articles/ai-services/agents/how-to/tools/code-interpreter-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure AI Agents supports using the Code Interpreter tool, which allows an agent
2323

2424
You can add the code interpreter tool to an agent programatically using the code examples listed at the top of this article, or the [Azure AI Foundry portal](https://ai.azure.com/). If you want to use the portal:
2525

26-
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **action**. Then select **Add**.
26+
1. In the **Agents** screen for your agent, scroll down the **Setup** pane on the right to **action**. Then select **Add**.
2727

2828
:::image type="content" source="../../media/tools/action-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools.png":::
2929

articles/ai-services/agents/how-to/tools/fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You need to first build and publish a Fabric data agent and then connect your Fa
4545

4646
You can add the Microsoft Fabric tool to an agent programatically using the code examples listed at the top of this article, or the Azure AI Foundry portal. If you want to use the portal:
4747

48-
1. Navigate to the **Create and debug** screen for your agent in [Azure AI Foundry](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
48+
1. Navigate to the **Agents** screen for your agent in [Azure AI Foundry](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
4949

5050
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools.png":::
5151

articles/ai-services/agents/how-to/tools/file-search-upload-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use this article to find step-by-step instructions and code samples for uploadin
2929

3030
## Add file search to an agent using the Azure AI Foundry portal
3131

32-
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/). In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
32+
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/). In the **Agents** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
3333

3434
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools.png":::
3535

articles/ai-services/agents/how-to/tools/openapi-spec-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this article to find step-by-step instructions and code samples for using Op
1919

2020
:::zone pivot="portal"
2121

22-
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/). in the **Create and debug** screen or **Agent playground**, select your agent.
22+
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/). in the **Agents** screen or **Agent playground**, select your agent.
2323
1. Scroll down the **Setup** pane to **action**. Then select **Add**.
2424

2525
:::image type="content" source="../../media/tools/action-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools.png":::

0 commit comments

Comments
 (0)