editoReview

[Tools API] KONKANI TRANSLATOR

Konkani Translator

KONKANI TRANSLATOR

Vand ID: vand-6d384fe3-3958-4c4c-bc98-8971465f7931

Learn how to easily use the Konkani Translator tool with the OpenAI API.

Konkani Translator

OpenAI function calls:

{
  "name": "query_get_context",
  "description": "Query to request the context",
  "parameters": {
    "type": "object",
    "properties": {
      "text": {
        "type": "string",
        "description": ""
      }
    },
    "required": []
  }
}

Auth Type

none

Servers

https://konkanitranslator.customplugin.ai

OpenAPI:

{
  "openapi": "3.0.2",
  "info": {
    "title": "Konkani Translator",
    "description": "Konkani Translator",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://konkanitranslator.customplugin.ai"
    }
  ],
  "paths": {
    "/query": {
      "post": {
        "summary": "Request the context",
        "description": "Query to request the context",
        "operationId": "query_get_context",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetContextRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetContextResponse"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "GetContextRequest": {
        "title": "GetContextRequest",
        "type": "object",
        "properties": {
          "text": {
            "type": "string"
          }
        }
      },
      "GetContextResponse": {
        "title": "GetContextResponse",
        "type": "object",
        "properties": {
          "context": {
            "type": "string"
          },
          "error": {
            "type": "string"
          }
        }
      }
    }
  }
}

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