We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6854618 commit 03f80bdCopy full SHA for 03f80bd
sdk/ai/azure-ai-agents/README.md
@@ -384,7 +384,7 @@ Here is an example:
384
<!-- SNIPPET:sample_agents_deep_research.create_agent_with_deep_research_tool -->
385
386
```python
387
-conn_id = os.environ["AZURE_BING_CONNECTION_ID"]
+conn_id = project_client.connections.get(name=os.environ["BING_RESOURCE_NAME"]).id
388
389
# Initialize a Deep Research tool with Bing Connection ID and Deep Research model deployment name
390
deep_research_tool = DeepResearchTool(
0 commit comments