Skip to content

Commit 0108711

Browse files
authored
Update deep-research.md
1 parent 85ce367 commit 0108711

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

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

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,24 @@ ms.topic: how-to
1212

1313
# Deep Research tool (preview)
1414

15-
The Deep Research model in the Azure AI Foundry Agent Service enables you to use an advanced agentic research capability, and integrate it with your data and systems.
15+
The Deep Research model in the Azure AI Foundry Agent Service enables you to use web-based research capability, and integrate it with your systems.
1616

1717
> [!IMPORTANT]
1818
> * The Deep Research tool uses **Grounding with Bing Search**. Be sure to read and understand all stipulations of its use, including potential [costs](https://www.microsoft.com/bing/apis/grounding-pricing) that can be incurred, the [terms of use](https://www.microsoft.com/bing/apis/grounding-legal), and [use and display requirements](./bing-grounding.md#how-to-display-grounding-with-bing-search-results). See the [Grounding with Bing Search](./bing-grounding.md) documentation for more information.
1919
> * The Deep Research tool uses the Azure OpenAI `o3-deep-research` model. This model is not available in Azure OpenAi service.
2020
2121
## Usage support
22-
22+
The deep research tool is a code-only release and supported via the Agents Python SDK.
2323
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |
2424
|---------|---------|---------|---------|---------|---------|---------|
2525
| | ✔️ | | | | ✔️ | ✔️ |
2626

27+
## Knowledge source support
28+
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research.
29+
|Grounding with Bing Search|
30+
|---------|
31+
| ✔️ |
32+
2733
## How Deep Research works
2834

2935
At its core, the Deep Research tool orchestrates a multi-step research pipeline that’s tightly integrated with Grounding with Bing Search and the Azure OpenAI deep research model.
@@ -71,32 +77,9 @@ To use the Deep Research tool, you need to create the Ai Foundry type project, a
7177

7278
:::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":::
7379

74-
75-
1. :::image type="content" source="../../media/tools/deep-research/project-creation.png" alt-text="A screenshot of project creation in Azure AI Foundry." lightbox="../../media/tools/deep-research/project-creation.png":::
76-
77-
1. Navigate to the project you created in the agent setup. Click on **Open in management center**.
78-
:::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":::
79-
80-
1. Select **Create connection**.
81-
82-
:::image type="content" source="../../media/create-connection.png" alt-text="A screenshot showing the connection creation screen in the Azure AI Foundry portal" lightbox="../../media/create-connection.png":::
83-
84-
1. In the screen that appears, select **Grounding with Bing Search**. Then enter your connection details.
85-
86-
:::image type="content" source="../../media/tools/deep-research/bing-connection.png" alt-text="A screenshot of the screen to select Grounding with Bing Search." lightbox="../../media/tools/deep-research/bing-connection.png":::
87-
88-
:::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":::
89-
90-
1. Deploy the Deep Research model. Select **Models + Endpoints**. Then select **Deploy model**.
91-
92-
:::image type="content" source="../../media/deploy-model.png" alt-text="A screenshot of the screen to deploy a model." lightbox="../../media/deploy-model.png":::
93-
94-
1. Search for the `o3-deep-research` model, and confirm the model deployment.
95-
96-
> [!NOTE]
97-
> You also need to deploy a GPT chat model in your project, for example GPT-4o.
98-
99-
:::image type="content" source="../../media/tools/deep-research/deep-research-model.png" alt-text="A screenshot of the model deployment." lightbox="../../media/tools/deep-research/deep-research-model.png":::
80+
1. Start the new AI Foundry project creation.
81+
:::image type="content" source="../../media/tools/deep-research/dr-tool-step0.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/dr-tool-step0.png":::
82+
10083

10184
## Next steps
10285

0 commit comments

Comments
 (0)