Template
Issue Tracker with VertexAI
Shows how to use an Apps Script function to call the Vertex AI REST API.
The purpose of this sample app is to show how to call an Apps Script function that calls the Vertex AI API.
For further details and setup info see:
https://goo.gle/AppSheet-Apps-Script-VertexAI-Sample
Loading...
Also see:
tablet mode & fullscreen mode
How we built this app
This app consists of a simple 'Issues' table where users can enter an issue in long text form.
The app will then call an Apps Script function that then makes a REST call to the Vertex AI API with the issue text to obtain a response with a priority assessment along with a 1 sentence summary of the issue. It the priority is 'high', the app will send an alert email for follow up.
This is a preview of the data sets used in the app.
Data
This is a high-level model of both the data entities and the UI elements in the app.
Loading...