Skip to content

Commit 3026e25

Browse files
authored
update samples for preview tools (#41922)
1 parent 50366ce commit 3026e25

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

sdk/ai/azure-ai-agents/samples/agents_async/sample_agents_deep_research_async.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
1919
Before running the sample:
2020
21-
pip install azure-ai-projects azure-ai-agents azure-identity aiohttp
21+
pip install azure-identity aiohttp
22+
pip install --pre azure-ai-projects
2223
2324
Set these environment variables with your own values:
2425
1) PROJECT_ENDPOINT - The Azure AI Project endpoint, as found in the Overview

sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_bing_custom_search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
1616
Before running the sample:
1717
18-
pip install azure-ai-projects azure-ai-agents azure-identity
18+
pip install azure-identity
19+
pip install --pre azure-ai-projects
1920
2021
Set this environment variables with your own values:
2122
1) PROJECT_ENDPOINT - The Azure AI Project endpoint, as found in the Overview

sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_deep_research.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
1919
Before running the sample:
2020
21-
pip install azure-ai-projects azure-ai-agents azure-identity
21+
pip install azure-identity
22+
pip install --pre azure-ai-projects
2223
2324
Set this environment variables with your own values:
2425
1) PROJECT_ENDPOINT - The Azure AI Project endpoint, as found in the Overview

sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_fabric.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
1717
Before running the sample:
1818
19-
pip install azure-ai-projects azure-ai-agents azure-identity
19+
pip install azure-identity
20+
pip install --pre azure-ai-projects
2021
2122
Set this environment variables with your own values:
2223
1) PROJECT_ENDPOINT - The Azure AI Project endpoint, as found in the Overview

sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_sharepoint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
1919
Before running the sample:
2020
21-
pip install azure-ai-projects azure-ai-agents azure-identity
21+
pip install azure-identity
22+
pip install --pre azure-ai-projects
2223
2324
Set this environment variables with your own values:
2425
1) PROJECT_ENDPOINT - The Azure AI Project endpoint, as found in the Overview

0 commit comments

Comments
 (0)