Skip to content

Commit 971ca23

Browse files
committed
minor update
1 parent 776ed57 commit 971ca23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ project_client = AIProjectClient(
8585
credential=DefaultAzureCredential(),
8686
)
8787

88-
# [START create_agent_with_deep_research_tool]
8988
conn_id = os.environ["AZURE_BING_CONNECTION_ID"]
9089

9190
# Initialize a Deep Research tool with Bing Connection ID and Deep Research model deployment name
@@ -164,4 +163,4 @@ with project_client:
164163
* [Reference documentation](https://aka.ms/azsdk/azure-ai-projects/python/reference)
165164
* [Asynchronous sample on GitHub](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_async/sample_agents_deep_research_async.py)
166165
* [Library source code](https://aka.ms/azsdk/azure-ai-projects/python/code)
167-
* [Package (PyPi)](https://aka.ms/azsdk/azure-ai-projects/python/package) |
166+
* [Package (PyPi)](https://aka.ms/azsdk/azure-ai-projects/python/package)

0 commit comments

Comments
 (0)