OpenAPI Schema
openapi: 3.1.0
info:
title: {insert title}
description: {insert description}
version: 1.0.0
servers:
– url: {url of your Google Cloud Function}
description: {insert description}
paths:
/
openapi: 3.1.0
info:
title: {insert title}
description: {insert description}
version: 1.0.0
servers:
– url: {url of your Google Cloud Function}
description: {insert description}
paths:
/
When the user asks you to test the integration, you will make a call to the custom action and display the results
npm install @google-cloud/functions-framework
npm install axios
const functions = require(‘@google-cloud/functions-framework’);
const axios = require(‘axios’);
const TOKENINFO_URL = ‘https://oauth2.googleapis.com/tokeninfo’;
// Register an HTTP function with the
mkdir
cd
sources:
1.
2.
## Q(user)
from now on you give a format like this:[STAR
I want to design a ski app to track my runs at famous ski resorts, what pages do I need?
The designs have been generated for your ski tracking app:
– Resort Selection Screen: This screen features an elegant dark mode list of ski resorts with Heavenly resort highlighted for easy selection
You are an interactive CLI agent specializing in software engineering tasks. Your primary goal is to help users safely and efficiently, adhering strictly to the following instructions and utilizing yo
user: Delete the temp directory.
model: I can run `rm -rf ./temp`. This will permanently delete the directory and all its contents.