Skip to content

Commit 46cbded

Browse files
committed
updating samples
1 parent 9bc2151 commit 46cbded

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

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

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
3030

3131
:::image type="content" source="../../media/quickstart/portal-endpoint-string.png" alt-text="A screenshot showing the endpoint in the Azure AI Foundry portal." lightbox="../../media/quickstart/portal-endpoint-string.png":::
3232

33-
Save this endpoint to an environment variable named `PROJECT_ENDPOINT`.
34-
35-
* The name of your Grounding with Bing Search resource name. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then selecting **Connected resources**.
36-
37-
:::image type="content" source="../../media/tools/deep-research/bing-resource-name.png" alt-text="A screenshot showing the Grounding with Bing Search resource name. " lightbox="../../media/tools/deep-research/bing-resource-name.png":::
38-
39-
Save this endpoint to an environment variable named `BING_RESOURCE_NAME`.
33+
Save this endpoint to an environment variable named `PROJECT_ENDPOINT`.
4034

4135
* 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.
4236

@@ -47,10 +41,18 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
4741
> [!NOTE]
4842
> Other GPT-series models including GPT-4o-mini and the GPT-4.1 series are not supported for scope clarification.
4943
50-
## Create an agent with the Deep Research tool
51-
5244
:::zone pivot="csharp"
5345

46+
* The connection ID for your Grounding with Bing Search resource. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then selecting **Connected resources**. Then select your bing resource.
47+
48+
:::image type="content" source="../../media/tools/deep-research/bing-resource-name.png" alt-text="A screenshot showing the Grounding with Bing Search resource name. " lightbox="../../media/tools/deep-research/bing-resource-name.png":::
49+
50+
Copy the ID, and save it to an environment variable named `AZURE_BING_CONECTION_ID`.
51+
52+
:::image type="content" source="../../media/tools/deep-research/bing-id.png" alt-text="A screenshot showing the Grounding with Bing Search ID. " lightbox="../../media/tools/deep-research/bing-id.png":::
53+
bing-id
54+
## Create an agent with the Deep Research tool
55+
5456
>[!NOTE]
5557
> You need version `1.1.0-beta.4` or later of the `Azure.AI.Agents.Persistent` package, and the `Azure.Identity` package.
5658
@@ -179,6 +181,20 @@ client.Administration.DeleteAgent(agentId: agent.Id);
179181

180182
:::zone pivot="typescript"
181183

184+
* The name of your Grounding with Bing Search resource name. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Select **Connected resources**, then select your Grounding with Bing Search resource.
185+
186+
:::image type="content" source="../../media/tools/deep-research/bing-resource-name.png" alt-text="A screenshot showing the Grounding with Bing Search resource name. " lightbox="../../media/tools/deep-research/bing-resource-name.png":::
187+
188+
189+
Copy the ID, and save it to an environment variable named `AZURE_BING_CONECTION_ID`.
190+
191+
:::image type="content" source="../../media/tools/deep-research/bing-id.png" alt-text="A screenshot showing the Grounding with Bing Search resource ID. " lightbox="../../media/tools/deep-research/bing-id.png":::
192+
bing-id
193+
194+
Save this endpoint to an environment variable named `BING_RESOURCE_NAME`.
195+
196+
## Create an agent with the Deep Research tool
197+
182198
> [!NOTE]
183199
> You need the latest preview version of the `@azure/ai-projects` package.
184200
@@ -397,6 +413,14 @@ main().catch((err) => {
397413

398414
:::zone pivot="python"
399415

416+
* The name of your Grounding with Bing Search resource name. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then select **Connected resources**.
417+
418+
:::image type="content" source="../../media/tools/deep-research/bing-resource-name.png" alt-text="A screenshot showing the Grounding with Bing Search resource name. " lightbox="../../media/tools/deep-research/bing-resource-name.png":::
419+
420+
Save this endpoint to an environment variable named `BING_RESOURCE_NAME`.
421+
422+
## Create an agent with the Deep Research tool
423+
400424
The Deep Research tool requires the latest prerelease versions of the `azure-ai-projects` library. First we recommend creating a [virtual environment](https://docs.python.org/3/library/venv.html) to work in:
401425

402426
```console
91.5 KB
Loading

0 commit comments

Comments
 (0)