Microsoft Azure · Schema

chatCompletionChoiceCommon

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
index integer
finish_reason string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-chatcompletionchoicecommon-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/chatCompletionChoiceCommon",
  "title": "chatCompletionChoiceCommon",
  "type": "object",
  "properties": {
    "index": {
      "type": "integer"
    },
    "finish_reason": {
      "type": "string"
    }
  }
}