Chat Message
One turn in a chat conversation.
Concrete subtypes — SystemMessage, UserMessage, AssistantMessage, ToolMessage — are distinguished on the wire by the role discriminator.
The MessageBuilder DSL (available via client.chat { ... }) offers shorter syntax for building a list of ChatMessage than instantiating these classes directly.