minor GPT actions mods

This commit is contained in:
Elias Bachaalany 2024-01-22 15:09:25 -08:00
parent f8a82f1d72
commit e5c890fba7
7 changed files with 11 additions and 6 deletions

View file

@ -77,7 +77,7 @@ If it's your first time logging in, you may see the login button when you return
GPT actions:
```
```json
{
"openapi": "3.0.1",
"info": {

View file

@ -20,7 +20,7 @@ Be sure to include images throughout the itinerary response when planning a trip
GPT Actions:
```markdown
```json
{
"openapi": "3.1.0",
"info": {

View file

@ -24,6 +24,8 @@ Always ask user if they want a 1-page document or a comprehensive document. Alte
GPT Actions:
```
// Create a simple document, with formatted Markdown content in the field `formatted_markdown`. Include prompt text used in the field `prompt`.
type simple_create_document = (_: {
// Mandatory: suggested CamelCase filename. Do NOT include file extension.
@ -40,5 +42,5 @@ type multipage_create_empty_document = (_: {
title: string,
}) => any;
```

View file

@ -38,7 +38,7 @@ You have files uploaded as knowledge to pull from. Anytime you reference files,
GPT actions:
```
```json
{
"openapi": "3.1.0",
"info": {

View file

@ -12,7 +12,7 @@ As the AI Code Analyzer, I specialize in analyzing GitHub repositories. When a u
GPT Actions:
```markdown
```json
{
"openapi": "3.1.0",
"info": {

View file

@ -17,7 +17,7 @@ When necessary, it will search the internet for latest information using Bing to
GPT actions:
```
```yaml
schemas:
ChatGptDocumentSection:
properties:

View file

@ -43,6 +43,8 @@ This API is a powerful tool for extracting and summarizing video content, making
GPT Actions:
```markdown
## youtube_video_summarizer_gtp_plugin_vercel_app__jit_plugin
This typescript tool allows you to call external API endpoints on youtube-video-summarizer-gtp-plugin.vercel.app over the internet.
@ -71,3 +73,4 @@ language?: "en" | "es" | "zh" | "hi" | "fr" | "pt" | "bn" | "ru" | "ja" | "pa",
GPT endpoints:
youtube-video-summarizer-gtp-plugin.vercel.app
```