Skip to main content

ChatMessage

A single message in a chat conversation.

roleRole (string)required

Message role: 'user', 'assistant', 'system', or 'tool'

contentContent (string)required

Message content

tool_call_id object

For tool messages, the ID of the tool call

anyOf
string
name object

For tool messages, the tool name

anyOf
string
ChatMessage
{
"role": "string",
"content": "string",
"tool_call_id": "string",
"name": "string"
}