editoReview

[Tools API] LEGALQA PLUGIN

A plugin answers any inquiries related to Chinese law in any languages.

LEGALQA PLUGIN

Vand ID: vand-f898acde-a019-4368-a9cd-df9a00bbc4e5

Learn how to easily use the LegalQA Plugin tool with the OpenAI API.

A plugin answers any inquiries related to Chinese law in any languages.

OpenAI function calls:

{
  "name": "answerInquiry",
  "description": "Answer Chinese law inquiries.",
  "parameters": {
    "type": "object",
    "properties": {
      "inquiry": {
        "type": "string",
        "description": "The user\u0027s inquiry."
      }
    },
    "required": [
      "inquiry"
    ]
  }
}

Auth Type

none

Servers

https://legal-qa-chatgpt-prod.azurewebsites.net

OpenAPI:

{
  "openapi": "3.0.1",
  "info": {
    "title": "LegalQA Plugin",
    "description": "A plugin answers any inquiries related to Chinese law in any languages.",
    "version": "v1"
  },
  "servers": [
    {
      "url": "https://legal-qa-chatgpt-prod.azurewebsites.net"
    }
  ],
  "paths": {
    "/answer/{inquiry}": {
      "get": {
        "operationId": "answerInquiry",
        "summary": "Answer Chinese law inquiries.",
        "parameters": [
          {
            "in": "path",
            "name": "inquiry",
            "schema": {
              "type": "string"
            },
            "required": true,
            "description": "The user\u0027s inquiry."
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/answerInquiryResponse"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "answerInquiryResponse": {
        "type": "string",
        "description": "The response to the user\u0027s inquiry."
      }
    }
  }
}

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