ChatMessage
ChatMessage¶
A standard, built-in representation of a chat message.
- role (
MessageRole
): The role of the message sender (e.g., 'user', 'assistant'). - blocks (
list[ChatContent]
): The content blocks of the chat message, which can include text, images, or other media.