Skip to content

Commit efc6a54

Browse files
committed
fixes
1 parent 0e9158d commit efc6a54

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ms.author: aahi
1212
---
1313

1414
# How to use the Deep Research tool
15-
Use this article to find code samples for the Deep Research tool.
15+
16+
Use this article to learn how to use the Deep Research tool with the Azure AI Projects SDK, including code examples and setup instructions.
1617

1718
## Prerequisites
1819

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ At its core, the Deep Research tool orchestrates a multi-step research pipeline
4343
The Deep research tool uses the `o3-deep-research` model for its research tasks. It is a fine-tuned version of the `o3` model designed to perform automated detailed analysis of knowledge sources and create detailed research reports.
4444

4545
**Key features**:
46-
- Handles text, images, and PDFs as part of its research tasks
47-
- 200-K context length, 100K completion tokens, and May 31, 2024 knowledge cutoff
48-
- Outputs its thinking as reasoning summary as it analyzes information
49-
- Delivers a synthesized report at the end of the research task
46+
- Handles text, images, and PDFs as part of its research tasks.
47+
- 200-K context length, 100-K completion tokens, and May 31, 2024 knowledge cutoff.
48+
- Outputs its thinking as reasoning summary as it analyzes information.
49+
- Delivers a synthesized report at the end of the research task.
5050

5151
**Deployment information**:
5252
- Deployment type: Global Standard
5353
- Available regions: West US, Norway East
54-
- Quotas and limits: Enterprise: 30 K RPS/ 30 M TPM, Default: 3 K RPS/ 3 M TPM
54+
- Quotas and limits: Enterprise: `30K RPS / 30M TPM`, Default: `3 KRPS / 3M TPM`
5555

5656
### GPT model deployment for clarifying intent
5757

@@ -83,35 +83,35 @@ The output is a structured report that documents not only the answer, but also t
8383

8484
To use the Deep Research tool, you need to create the AI Foundry type project, add your Grounding with Bing Search resource as a new connection, deploy the deep research model, and deploy the GPT model.
8585

86-
:::image type="content" source="../../media/tools/deep-research/setup-deep-research-tool.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/setup-deep-research-tool.png":::
86+
:::image type="content" source="../../media/tools/deep-research/setup-deep-research-tool.png" alt-text="A diagram of the steps to set up the deep research tool." lightbox="../../media/tools/deep-research/setup-deep-research-tool.png":::
8787

8888
1. Navigate to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and create a new project.
8989

90-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-1.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-1.png":::
90+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-1.png" alt-text="A screenshot of the project creation button." lightbox="../../media/tools/deep-research/deep-research-tool-step-1.png":::
9191

9292
1. Select the Azure AI Foundry project type.
9393

94-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-2.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-2.PNG":::
94+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-2.png" alt-text="A screenshot of the Azure AI Foundry project type." lightbox="../../media/tools/deep-research/deep-research-tool-step-2.PNG":::
9595

96-
1. Update the project name and description
96+
1. Update the project name and description.
9797

98-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-3.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-3.png":::
98+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-3.png" alt-text="A screenshot of an example project name." lightbox="../../media/tools/deep-research/deep-research-tool-step-3.png":::
9999

100-
1. Connect a Grounding with Bing Search account
100+
1. Connect a Grounding with Bing Search account.
101101

102-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-4.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-4.png":::
102+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-4.png" alt-text="A screenshot showing a connection to a Grounding with Bing search account." lightbox="../../media/tools/deep-research/deep-research-tool-step-4.png":::
103103

104104
1. Navigate to the **Models + Endpoints** tab.
105105

106-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-5.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-5.png":::
106+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-5.png" alt-text="A screenshot of the models and endpoints page." lightbox="../../media/tools/deep-research/deep-research-tool-step-5.png":::
107107

108108
1. Deploy the deep research model.
109109

110-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-6.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-6.png":::
110+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-6.png" alt-text="A screenshot of a deep research model deployment." lightbox="../../media/tools/deep-research/deep-research-tool-step-6.png":::
111111

112-
1. Deploy a GPT model. For example gpt-4o
112+
1. Deploy a GPT model. For example gpt-4o.
113113

114-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-7.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-7.png":::
114+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-7.png" alt-text="A screenshot of a GPT 4o model deployment." lightbox="../../media/tools/deep-research/deep-research-tool-step-7.png":::
115115

116116
## Next steps
117117

0 commit comments

Comments
 (0)