Skip to content

Commit 0ef53c9

Browse files
Merge pull request #2528 from aahill/foundry-docs-2
AI Foundry docs
2 parents adf8eb4 + da42215 commit 0ef53c9

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
@@ -96,4 +96,17 @@ ml_client.connections.create_or_update(my_connection)
9696
:::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":::
9797
---
9898

99-
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.
99+
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.
100+
101+
102+
## Add the Azure AI Search tool to an agent
103+
104+
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:
105+
106+
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
107+
108+
:::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":::
109+
110+
1. Select **Azure AI Search** and follow the prompts to add the tool.
111+
112+
:::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)