Skip to content

Commit 8be7195

Browse files
authored
Update deep research tool documentation for clarity and structure...
...including sections on integration, model usage, and setup.
1 parent 1694135 commit 8be7195

File tree

1 file changed

+18
-38
lines changed

1 file changed

+18
-38
lines changed

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

Lines changed: 18 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -36,60 +36,36 @@ The deep research tool is a **code-only release** and available for use using th
3636
> [!NOTE]
3737
> Once the agent is running, some elements of the agent and thread runs can show up in the Azure AI Foundry user interface.
3838
39-
## Knowledge source support
40-
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research.
39+
## Integrated with Grounding with Bing Search
40+
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research. Once the task is scoped, the agent using the Deep Research tool invokes the [Grounding with Bing Search](./bing-grounding.md) tool to gather a curated set of recent web data designed to provide the research model with a foundation of authoritative, high quality, up-to-date sources.
4141

42-
## Region support
42+
## Regions supported
4343
The Deep Research tool is supported in the following regions where the deep research model is available for deployment.
4444

4545
|West US | Norway East |
4646
|---------|---------|
4747
| ✔️ | ✔️ |
4848

49-
## Deep research model
50-
The Deep Research tool uses the Azure OpenAI `o3-deep-research` model for its research tasks. The model was fine-tuned on the Azure OpenAI `o3` reasoning model. Key features:
49+
## GPT model for clarifying research scope
5150

52-
- Handles data as part of its research tasks.
53-
- 200-K context length, 100-K completion tokens, and May 31, 2024 knowledge cutoff.
54-
- Outputs its thinking as reasoning summary as it analyzes information.
55-
- Delivers a synthesized report at the end of the research task.
51+
The Deep Research tool uses a GPT model to clarify the question contained in the user prompt, gather additional context if needed, and precisely scope the research task. This model is deployed during configuration of the Deep Research tool and can be one of the GPT-series models including GPT-4o, **except** the GPT-4.1 family, The 4.1 family is not yet supported by the Agents service and SDK.
5652

57-
### Deployment information
53+
## Deep research model for deep analysis
54+
55+
- **Model name**: `o3-deep-research`
5856
- **Deployment type**: Global Standard
5957
- **Available regions**: West US, Norway East
6058
- **Quotas and limits**: Enterprise: `30K RPS / 30M TPM`, Default: `3K RPS / 3M TPM`
6159

62-
## How Deep Research works
63-
64-
At its core, the Deep Research tool orchestrates a multi-step research pipeline uses the Azure OpenAI's `o3-deep-research` model and any GPT model together with Grounding with Bing Search to autonomously search for and read information from multiple online sources appropriate to the user prompt. This enables the Deep Research tool to generate thorough, documented, and cited reports on complex topics.
65-
66-
### GPT model deployment for clarifying intent
67-
68-
The Deep Research tool uses a second model deployment to clarify the question contained in the user prompt, gather additional context if needed, and precisely scope the research task. This helps make the output of an agent using the Deep Research tool more relevant and actionable, and can help optimize the search for your business scenario.
69-
70-
This second model is selected by the customer during configuration of the Deep Research tool and can be any of the GPT-series models including GPT-4o.
71-
72-
### Grounding with Bing Search
73-
74-
Once the task is scoped, the agent using the Deep Research tool invokes the [Grounding with Bing Search](./bing-grounding.md) tool to gather a curated set of recent web data designed to provide the research model with a foundation of authoritative, high quality, up-to-date sources.
75-
76-
### Task execution
77-
78-
The Deep Research model then executes the research task. This involves reasoning, analyzing, and synthesizing information across all discovered sources. Unlike simple summarization, it reasons step-by-step, pivots as it encounters new insights, and composes a comprehensive answer that's sensitive to nuance, ambiguity, and emerging patterns in the data.
79-
80-
### Transparency, safety, and compliance
81-
82-
The output is a structured report that documents not only the comprehensive answer, but also provides source citations and describes the model's reasoning path, including any clarifications requested during the session. This makes every answer fully auditable. See the [Transparency note for Azure OpenAI](/azure/ai-foundry/responsible-ai/openai/transparency-note) for more information.
83-
84-
## Prerequisites
60+
## Research tool prerequisites
8561
- If you already have access to the Azure OpenAI `o3` model, no request is required to access the `o3-deep-research` model. Otherwise, fill out the [request form](https://aka.ms/OAI/deepresearchaccess).
8662
- An Azure subscription with the ability to create AI Foundry project, Grounding with Bing Search, deep research model and GPT model resources [Set up your environment](../../environment-setup.md) in the **West US** and **Norway East** regions.
8763
- [Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your Azure AI Foundry project.
8864
- [Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
8965
- `o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
9066
- Any Azure OpenAI GPT model like `gpt-4o` for intent clarification. Deploy in the same regions.
9167

92-
## Setup
68+
## Research tool setup
9369

9470
To use the Deep Research tool, you need to create the Azure AI Foundry type project, add your Grounding with Bing Search resource as a new connection, deploy the `o3-deep-research-model`, and deploy the selected Azure OpenAI GPT model.
9571

@@ -107,10 +83,6 @@ To use the Deep Research tool, you need to create the Azure AI Foundry type proj
10783

10884
:::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":::
10985

110-
1. Connect a Grounding with Bing Search account.
111-
112-
:::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":::
113-
11486
1. Navigate to the **Models + Endpoints** tab.
11587

11688
:::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":::
@@ -123,6 +95,14 @@ To use the Deep Research tool, you need to create the Azure AI Foundry type proj
12395

12496
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-7.png" alt-text="A screenshot of an Azure OpenAI GPT 4o model deployment." lightbox="../../media/tools/deep-research/deep-research-tool-step-7.png":::
12597

98+
1. Connect a Grounding with Bing Search account.
99+
100+
:::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":::
101+
102+
## Transparency, safety, and compliance
103+
104+
The output is a structured report that documents not only the comprehensive answer, but also provides source citations and describes the model's reasoning path, including any clarifications requested during the session. This makes every answer fully auditable. See the [Transparency note for Azure OpenAI](/azure/ai-foundry/responsible-ai/openai/transparency-note) for more information.
105+
126106
## Next steps
127107

128108
Learn [how to use the Deep Research tool](./deep-research-samples.md).

0 commit comments

Comments
 (0)