Messages
Message types used in chat completions.MessageType
Messages follow a role-based structure with multi-modal content support.Fields
The message sender role. One of:
"system"— System instructions"user"— User input"assistant"— Model response"tool"— Tool call result
Array of content items. Each item has a
modality and value.