Perplexity · Schema

ChatMessageRole

Chat roles enum

View JSON Schema on GitHub

JSON Schema

perplexity-chatmessagerole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChatMessageRole",
  "title": "ChatMessageRole",
  "type": "string",
  "enum": [
    "system",
    "user",
    "assistant",
    "tool"
  ],
  "description": "Chat roles enum"
}