Skip to content

Commit 8d5774e

Browse files
authored
Merge pull request #30 from sanjeev3/deep-researcher
Deep Research overview and tool updates
2 parents 10d8dfa + 26ca7a9 commit 8d5774e

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
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
@@ -51,14 +51,14 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
5151

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

54-
* 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.
54+
* 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.
5555

56-
:::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":::
56+
:::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":::
5757
58-
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`.
58+
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`.
5959

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

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

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

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

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

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

Lines changed: 6 additions & 3 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 family 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

0 commit comments

Comments
 (0)