You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research-samples.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: cognitive-services
6
6
manager: nitinme
7
7
ms.service: azure-ai-agent-service
8
8
ms.topic: how-to
9
-
ms.date: 06/26/2025
9
+
ms.date: 06/30/2025
10
10
author: aahill
11
11
ms.author: aahi
12
12
---
@@ -19,7 +19,7 @@ Use this article to find step-by-step instructions and code samples for the Deep
19
19
* The requirements in the [Deep Research overview](./deep-research.md)
20
20
21
21
> [!NOTE]
22
-
> Limitation: The Deep Research tool is currently recommended only in non-streaming scenarios. Using it with streaming can work, but it may occasionally time-out and is therefore not recommended.
22
+
> Limitation: The Deep Research tool is currently recommended only in nonstreaming scenarios. Using it with streaming can work, but it might occasionally timeout and is therefore not recommended.
23
23
24
24
## Create a function to get and print an agent response
25
25
@@ -109,7 +109,7 @@ async def main() -> None:
109
109
110
110
## Create an agent
111
111
112
-
To make the Deep Research tool available to your agent, use the `tools`paramter to initialize it and attach it to the agent. You can find your connection in the connected resources section of your project in the Azure AI Foundry portal. You also need to specify the deployment name of your Deep Research model.
112
+
To make the Deep Research tool available to your agent, use the `tools`parameter to initialize it and attach it to the agent. You can find your connection in the connected resources section of your project in the Azure AI Foundry portal. You also need to specify the deployment name of your Deep Research model.
113
113
114
114
```python
115
115
asyncwith project_client:
@@ -196,7 +196,7 @@ if __name__ == "__main__":
196
196
197
197
## Delete the agent (optional)
198
198
199
-
if you decide you don't need your agent, you can delete with:
199
+
If you decide you don't need your agent, you can delete with:
*[Sample on Github](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_async/sample_agents_deep_research_async.py)
209
+
*[Sample on GitHub](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_async/sample_agents_deep_research_async.py)
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Every stage of the process is safeguarded by input/output classifiers and chain-
52
52
53
53
## Setup
54
54
55
-
To use the Deep Research model,create a new project and add your Grounding with Bing Search as a new connection. In the [AI Foundry portal](https://ai.azure.com/?cid=learnDocs):
55
+
To use the Deep Research model,create a new project and add your Grounding with Bing Search as a new connection. In the [AI Foundry portal](https://ai.azure.com/?cid=learnDocs):
56
56
57
57
1. Navigate to the project you created in the agent setup. Click on **Open in management center**.
58
58
:::image type="content" source="../../media/tools/ai-search/project-studio.png" alt-text="A screenshot of a project in Azure AI Foundry." lightbox="../../media/tools/ai-search/project-studio.png":::
@@ -67,7 +67,7 @@ To use the Deep Research model,create a new project and add your Grounding with
67
67
68
68
:::image type="content" source="../../media/tools/bing/add-connection.png" alt-text="A screenshot of the screen to add a Grounding with Bing Search connection." lightbox="../../media/tools/bing/add-connection.png":::
69
69
70
-
1. Deploy the the Deep Research model. Select **Models + Endpoints**.
70
+
1. Deploy the Deep Research model. Select **Models + Endpoints**.
71
71
72
72
:::image type="content" source="../../media/deploy-model.png" alt-text="A screenshot of the screen to add a Grounding with Bing Search connection." lightbox="../../media/deploy-model.png":::
0 commit comments