Microsoft Azure · Schema

chatCompletionResponseMessageRole

The role of the author of the response message.

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

JSON Schema

microsoft-azure-chatcompletionresponsemessagerole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/chatCompletionResponseMessageRole",
  "title": "chatCompletionResponseMessageRole",
  "type": "string",
  "enum": [
    "assistant"
  ],
  "description": "The role of the author of the response message."
}