Skip to content

Commit 5567e76

Browse files
Update README.md
Updated latest pre-requisites
1 parent 790e07a commit 5567e76

File tree

1 file changed

+15
-10
lines changed
  • samples/agent-catalog/msft-agent-samples/foundry-agent-service-sdk/travel-planner

1 file changed

+15
-10
lines changed

samples/agent-catalog/msft-agent-samples/foundry-agent-service-sdk/travel-planner/README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff 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
5257
1. **Clone the Repository**

0 commit comments

Comments
 (0)