editoReview

[Tools API] MOMENTOFZEN BY SPEXT

A knowledge retrieval system for the Moment Of Zen podcast in Spext

MOMENTOFZEN BY SPEXT

Vand ID: vand-dc122c47-ffe0-486c-9c97-45a95c124c1b

Learn how to easily use the MomentOfZen By Spext tool with the OpenAI API.

A knowledge retrieval system for the Moment Of Zen podcast in Spext

OpenAI function calls:

{
  "name": "search",
  "description": "Search the podcast library of Moment Of Zen in Spext",
  "parameters": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search the podcast library of Moment Of Zen in Spext"
      }
    },
    "required": [
      "search"
    ]
  }
}
{
  "name": "search-suggestions",
  "description": "Get list of top items that can be searched",
  "parameters": {
    "type": "object",
    "properties": {},
    "required": []
  }
}

Auth Type

none

Servers

https://plugin.momentofzen.spext.com

OpenAPI:

{
  "openapi": "3.0.2",
  "info": {
    "title": "MomentOfZen By Spext",
    "description": "A knowledge retrieval system for the Moment Of Zen podcast in Spext",
    "version": "v1"
  },
  "servers": [
    {
      "url": "https://plugin.momentofzen.spext.com"
    }
  ],
  "paths": {
    "/search": {
      "post": {
        "operationId": "search",
        "summary": "Search the podcast library of Moment Of Zen in Spext",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/searchRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful Response"
          }
        }
      }
    },
    "/search-suggestions": {
      "get": {
        "operationId": "search-suggestions",
        "summary": "Get list of top items that can be searched",
        "responses": {
          "200": {
            "description": "Successful Response"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "searchRequest": {
        "type": "object",
        "required": [
          "search"
        ],
        "properties": {
          "query": {
            "type": "string",
            "description": "Search the podcast library of Moment Of Zen in Spext",
            "required": true
          }
        }
      }
    }
  }
}

Be the first to add an editorial review.

Please, login to leave an Editorial Review if you passed the pre-qualifier quiz
Enrolled: 0 patrons
Level: Business
Toggle
Fork me on GitHub