You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/microsoft/python/getting-started-agents/3p-tools/Trademo_Global_trade/ReadME.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Trademo Shipments and Tariff Tool
1
+
# Trademo Shipments And Tariff
2
2
3
3
This Python script demonstrates how to use Azure AI to create an agent that queries global trade duties using an OpenAPI specification.
4
4
5
5
## About Tool:
6
-
- Name: Trademo_Shipments_And_Tariff
7
-
- Description: Provides latest duties and past shipment and duty data for trade between multiple countries
6
+
- Name: Trademo Shipments And Tariff
7
+
- Description: Provides latest duties and past shipment data for trade between multiple countries
8
8
9
9
10
10
## Features
@@ -22,6 +22,7 @@ This Python script demonstrates how to use Azure AI to create an agent that quer
22
22
- azure-ai-projects
23
23
- azure-identity
24
24
- jsonref
25
+
- azure-ai-agents
25
26
26
27
## Installation
27
28
Install dependencies:
@@ -47,7 +48,6 @@ Save that connection name as the PROJECT_OPENAPI_CONNECTION_NAME environment var
47
48
48
49
Set this environment variables with your own values:
49
50
PROJECT_ENDPOINT - the Azure AI Project endpoint, as found in your Foundry Project.
50
-
PROJECT_OPENAPI_CONNECTION_NAME - the connection name for the OpenAPI connection authentication
51
51
MODEL - name of the model deployment in the project to use Agents against
52
52
CONNECTION_ID - The ID of connection(connection id should be in the format "/subscriptions/<sub-id>/resourceGroups/<your-rg-name>/providers/Microsoft.CognitiveServices/accounts/<your-ai-services-name>/projects/<your-project-name>/connections/<your-connection-name>")
0 commit comments