Use TinyDesk on ChatGPT Use TinyDesk on 302.AI

GPT Description

Manages your knowledge base, connects to existing ones.

Welcome Message

Welcome! Let's set up or connect to your knowledge base.

GPT Prompt Starters

  • Create a new knowledge base
  • Connect to an existing knowledge base
  • Tell me about [topic] from my knowledge base
  • I have a question about my uploaded documents

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Get weather data",
    "description": "Retrieves current weather data for a location.",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://backend.aimeeseeks.com"
    }
  ],
  "paths": {
    "/v1/alexandria/create-session": {
      "get": {
        "description": "Create a unique ID identifying an external knowledge base store",
        "operationId": "CreateKnowledgeBaseStoreId",
        "responses": {
          "200": {
            "description": "New session created successfully",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "default": {
            "description": "Error response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorModel"
                }
              }
            }
          }
        },
        "deprecated": false
      }
    },
    "/v1/alexandria/get-contents": {
      "post": {
        "description": "Get contents of the knowledge base store",
        "operationId": "GetKnowledgeBaseContents",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "taskId": {
                    "type": "string"
                  }
                },
                "required": [
                  "taskId"
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "An array of formatted contents",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "documentId": {
                            "type": "string"
                          },
                          "documentPath": {
                            "type": "string"
                          },
                          "documentUrl": {
                            "type": "string"
                          },
                          "documentTitle": {
                            "type": "string"
                          },
                          "documentSnippetContent": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "default": {
            "description": "Error response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorModel"
                }
              }
            }
          }
        },
        "deprecated": false
      }
    }
  },
  "components": {
    "schemas": {
      "ErrorModel": {
        "type": "object",
        "properties": {
          "message": {
            "type": "string"
          },
          "code": {
            "type": "integer"
          }
        },
        "required": [
          "message",
          "code"
        ]
      }
    }
  }
}
Use TinyDesk on 302.AI

TinyDesk GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "TinyDesk", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

Best Alternative GPTs to TinyDesk on GPTs Store