Skip to main content

ChatMessage

Represents a message from the user or the assistant.

    role stringrequired

    Role can be 'system', 'user', or 'assistant'.

    content stringrequired

    The content of the message.