chatgptplugins / app /ai-plugin.json.template
satya dillikar
chatgpt plugin
0832091
raw
history blame contribute delete
605 Bytes
{
"schema_version": "v1",
"name_for_human": "Stock Quote",
"name_for_model": "StockQuote",
"description_for_human": "Get price and volume information for a given stock.",
"description_for_model": "Get price and volume information for a given stock. Always display results using markdown tables.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "${MY_API_DOMAIN_URL}/openapi.yaml"
},
"logo_url": "${MY_API_DOMAIN_URL}/logo.png",
"contact_email": "support@example.com",
"legal_info_url": "${MY_API_DOMAIN_URL}/legal"
}