Skip to content

Commit 3eb82ec

Browse files
authored
Update deep-research.md
1 parent 0108711 commit 3eb82ec

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Deep Research model in the Azure AI Foundry Agent Service enables you to use
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-
The deep research tool is a code-only release and supported via the Agents Python SDK.
22+
The deep research tool is a code-only release and is used 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
| | ✔️ | | | | ✔️ | ✔️ |
@@ -73,13 +73,27 @@ The output is a structured report that documents not only the answer, but also t
7373

7474
## Setup
7575

76-
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. Start here: [AI Foundry portal](https://ai.azure.com/?cid=learnDocs):
76+
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.
7777

7878
:::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":::
7979

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-
80+
1. Start here: [AI Foundry portal](https://ai.azure.com/?cid=learnDocs):
81+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step1.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step1.png":::
82+
83+
1. Select the Azure AI Foundry project type:
84+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step2.PNG" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step2.PNG":::
85+
86+
1. Update the project name and description:
87+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step3.PNG" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step3.PNG":::
88+
89+
1. Connect a Grounding with Bing Search account:
90+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step4.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step4.png":::
91+
92+
1. Navigate to the Models + Endpoints tab:
93+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step5.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step5.png":::
94+
95+
1. Deploy the deep research and GPT models:
96+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step5.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step5.png":::
8397

8498
## Next steps
8599

0 commit comments

Comments
 (0)