Skip to content

Commit 4a396e8

Browse files
committed
acrolinx fixes
1 parent 8920332 commit 4a396e8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/ai-foundry/agents/how-to/tools/deep-research-samples.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 06/26/2025
9+
ms.date: 06/30/2025
1010
author: aahill
1111
ms.author: aahi
1212
---
@@ -19,7 +19,7 @@ Use this article to find step-by-step instructions and code samples for the Deep
1919
* The requirements in the [Deep Research overview](./deep-research.md)
2020

2121
> [!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 time out and is therefore not recommended.
2323
2424
## Create a function to get and print an agent response
2525

@@ -109,7 +109,7 @@ async def main() -> None:
109109

110110
## Create an agent
111111

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.
113113

114114
```python
115115
async with project_client:
@@ -196,7 +196,7 @@ if __name__ == "__main__":
196196

197197
## Delete the agent (optional)
198198

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:
200200

201201
```python
202202
agents_client.delete_agent(agent.id)
@@ -206,6 +206,6 @@ print("Deleted agent")
206206
## Next steps
207207

208208
* [Reference documentation](https://aka.ms/azsdk/azure-ai-projects/python/reference)
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)
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)
210210
* [Library source code](https://aka.ms/azsdk/azure-ai-projects/python/code)
211211
* [Package (PyPi)](https://aka.ms/azsdk/azure-ai-projects/python/package) |

articles/ai-foundry/agents/how-to/tools/deep-research.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Every stage of the process is safeguarded by input/output classifiers and chain-
5252

5353
## Setup
5454

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):
5656

5757
1. Navigate to the project you created in the agent setup. Click on **Open in management center**.
5858
:::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
6767

6868
:::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":::
6969

70-
1. Deploy the the Deep Research model. Select **Models + Endpoints**.
70+
1. Deploy the Deep Research model. Select **Models + Endpoints**.
7171

7272
:::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":::
7373

0 commit comments

Comments
 (0)