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
- string
- null
string
null
name object
For tool messages, the tool name
- string
- null
string
null
ChatMessage
{
"role": "string",
"content": "string",
"tool_call_id": "string",
"name": "string"
}