Skip to content

Commit ae839db

Browse files
Merge pull request #6076 from aahill/deep-researcher
Deep researcher
2 parents d944f74 + dc06a03 commit ae839db

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
5050

5151
Save this endpoint to an environment variable named `BING_RESOURCE_NAME`.
5252

53-
* The names of your `o3-deep-research-model` deployment name and Azure OpenAI GPT model deployment name. You can find them in **Models + Endpoints** in the left navigation menu.
53+
* The deployment names of your `o3-deep-research-model` and `gpt-4o` models. You can find them in **Models + Endpoints** in the left navigation menu.
5454

55-
:::image type="content" source="../../media/tools/deep-research/model-deployments.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/deep-research/model-deployments.png":::
55+
:::image type="content" source="../../media/tools/deep-research/model-deployments.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/deep-research/model-deployments.png":::
5656
57-
Save the name of your `o3-deep-research-model` deployment name as an environment variable named `DEEP_RESEARCH_MODEL_DEPLOYMENT_NAME` and Azure OpenAI GPT model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
57+
Save the name of your `o3-deep-research` deployment name as an environment variable named `DEEP_RESEARCH_MODEL_DEPLOYMENT_NAME` and the `gpt-4o` deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
5858

5959
> [!NOTE]
60-
> 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.
60+
> Other GPT-series models including GPT-4o-mini and the GPT-4.1 series are not supported for scope clarification.
6161

6262
## Create an agent with the Deep Research tool
6363

@@ -197,6 +197,9 @@ with project_client:
197197
print("Deleted agent")
198198
```
199199

200+
> [!NOTE]
201+
> 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.
202+
200203
## Next steps
201204

202205
* [Reference documentation](https://aka.ms/azsdk/azure-ai-projects/python/reference)

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ The Deep Research tool is supported in the following regions where the deep rese
4747
|---------|---------|
4848
| ✔️ | ✔️ |
4949

50-
## GPT model for clarifying research scope
50+
## GPT-4o model for clarifying research scope
5151

52-
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 supported by the Agents service.
52+
The Deep Research tool uses the `gpt-4o` 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.
5353

54-
## Deep research model for deep analysis
54+
> [!NOTE]
55+
> Other GPT-series models including GPT-4o-mini and the GPT-4.1 series are not supported for scope clarification.
56+
57+
## Deep research model for analysis
5558

5659
- **Model name**: `o3-deep-research`
5760
- **Deployment type**: Global Standard
@@ -64,7 +67,7 @@ The Deep Research tool uses a GPT model to clarify the question contained in the
6467
- [Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your Azure AI Foundry project.
6568
- [Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
6669
- `o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
67-
- Any Azure OpenAI GPT model like `gpt-4o` for intent clarification. Deploy in the same regions.
70+
- The `gpt-4o` model for intent clarification. Deploy this model in the same region.
6871

6972
## Research tool setup
7073

0 commit comments

Comments
 (0)