messages
Required
Type: JSON array
The conversation you want the model to continue. Enter a JSON array in chronological order. Each item needs a role and content.
- system sets overall instructions, tone, or constraints.
- user contains a question or task.
- assistant supplies earlier model replies when continuing a conversation.
[{"role":"system","content":"Answer clearly and concisely."},
{"role":"user","content":"Solve 2x + 7 = 19 and explain each step."}]