MessageSchema
rolestringrequired
The role of the message author. system sets the assistant's behavior and persona. user represents input from the human turn. assistant represents a prior model response included for multi-turn context.
contentstring
The text content of the message.
MessageSchema
{
"role": "system",
"content": null
}
Was this page helpful?