#google #vertexai #generativeai
#aiagent #agentbuilder
The prompt I used to generate the open api schema
Convert the following curl command line call and JSON response into an OpenAPI (swagger) API specification. You must include a description and operation id. Make sure to include the server url in the definition. Give me a single yaml
curl --request GET \
--url 'https://api.apilayer.com/currency_dat...
{
"info": {
"quote": 83.47085,
"timestamp": 1715782385
},
"query": {
"amount": 5,
"from": "USD",
"to": "INR"
},
"result": 417.35425,
"success": true
}