UserMessage

constructor(parts: List<ContentPart>, name: String? = null, timestamp: Instant = Instant.now())

Primary constructor for multimodal messages


constructor(content: String, name: String? = null, timestamp: Instant = Instant.now())

Convenience constructor for text-only messages (backward compatibility)