Skip to content

Commit 03f80bd

Browse files
authored
update sample snippet for deep research (#41884)
1 parent 6854618 commit 03f80bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ai/azure-ai-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Here is an example:
384384
<!-- SNIPPET:sample_agents_deep_research.create_agent_with_deep_research_tool -->
385385

386386
```python
387-
conn_id = os.environ["AZURE_BING_CONNECTION_ID"]
387+
conn_id = project_client.connections.get(name=os.environ["BING_RESOURCE_NAME"]).id
388388

389389
# Initialize a Deep Research tool with Bing Connection ID and Deep Research model deployment name
390390
deep_research_tool = DeepResearchTool(

0 commit comments

Comments
 (0)