-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai-plugin.json
17 lines (17 loc) · 938 Bytes
/
ai-plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"schema_version": "v1",
"name_for_human": "Azure Retail Price Open AI Plugin",
"name_for_model": "AzureRetailPriceOpenAIPlugin",
"description_for_human": "Azure Retail API gives you an unauthenticated experience to get retail rates for all Azure services. Use the API to explore prices for Azure services against different regions and different SKUs.",
"description_for_model": "This API gives you an unauthenticated experience to get retail rates for all Azure services. Use the API to explore prices for Azure services against different regions and different SKUs.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://raw.githubusercontent.com/duongthaiha/azure-retail-price-openapi/main/openapi.yaml"
},
"logo_url": "http://localhost:3333/logo.png",
"contact_email": "support@example.com",
"legal_info_url": "http://www.example.com/legal"
}