File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed
samples/agent-catalog/msft-agent-samples/foundry-agent-service-sdk/travel-planner Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,21 @@ The system consists of:
3737## Setup Instructions
3838
3939### Prerequisites
40- - Python 3.8+
41- - Azure CLI
42- - Azure subscription
43- - Agent setup: deploy the latest agent setup using ([ this custom deployment] ( https://github.com/azure-ai-foundry/foundry-samples/tree/main/use-cases/agents/setup/basic-setup ) ).
44- - The above creates:
45- 1 . AI Services resource
46- 2 . AI Project
47- 3 . Model deployment
48- - Bing Grounding resource
49- - TripAdvisor API connection (via OpenAPI)
40+
41+ 1 . Azure subscription with the following permissions
42+ - Contributor or Cognitive Services Contributor role (for resource deployment)
43+ - Azure AI Developer and Cognitive Services user role (for agent creation)
44+ 2 . Agent setup: deploy the latest agent setup using this ([ custom deployment] ( https://www.aka.ms/basic-agent-deployment ) ).
45+ - The above creates:
46+ - AI Services resource
47+ - AI Project
48+ - Model deployment
49+ 3 . Python 3.8+
50+ 4 . Azure CLI
51+
52+ ### Template specific requirements:
53+ 5 . Bing Grounding resource ([ Documentation] ( https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview ) )
54+ 6 . TripAdvisor API connection (via OpenAPI) (For setup and API key: ([ Tripadviser documentation] ( https://tripadvisor-content-api.readme.io/reference/overview ) )
5055
5156### Steps
52571 . ** Clone the Repository**
You can’t perform that action at this time.
0 commit comments