Microsoft Azure · Schema

chatCompletionResponseObject

The object type.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1
View JSON Schema on GitHub

JSON Schema

microsoft-azure-chatcompletionresponseobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/chatCompletionResponseObject",
  "title": "chatCompletionResponseObject",
  "type": "string",
  "description": "The object type.",
  "enum": [
    "chat.completion"
  ],
  "x-ms-enum": {
    "name": "ChatCompletionResponseObject",
    "modelAsString": true,
    "values": [
      {
        "value": "chat.completion",
        "description": "The object type is chat completion."
      }
    ]
  }
}