Skip to content

Commit f64a3fa

Browse files
committed
updating include
1 parent 2c1549c commit f64a3fa

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/ai-services/agents/includes/azure-search/setup.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,17 @@ ml_client.connections.create_or_update(my_connection)
103103
:::image type="content" source="../../media/tools/ai-search/success-connection.png" alt-text="A screenshot of the project connections page with a new Azure AI Search connection added." lightbox="../../media/tools/ai-search/success-connection.png":::
104104
---
105105

106-
Now that you have created a project connection to your Azure AI Search resource, you can configure and start using the Azure AI Search tool with the SDK. See the code examples tab to get started.
106+
Now that you have created a project connection to your Azure AI Search resource, you can configure and start using the Azure AI Search tool with the SDK. See the code examples tab to get started.
107+
108+
109+
## Add the Azure AI Search tool to an agent
110+
111+
you can add the Azure AI Search 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:
112+
113+
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
114+
115+
:::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":::
116+
117+
1. Select **Azure AI Search** and follow the prompts to add the tool.
118+
119+
:::image type="content" source="../../media/tools/knowledge-tools-list.png" alt-text="A screenshot showing the available knowledge tools in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools-list.png":::

0 commit comments

Comments
 (0)