{ "$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." }