System
data class System(val parts: List<ContentPart.Text>, val metaInfo: RequestMetaInfo) : Message.Request(source)
Represents a system-generated message.
Constructors
Properties
Link copied to clipboard
The textual content of the message aggregated from all ContentPart.Text parts joined to String separated by newlines.
Link copied to clipboard
Metadata associated with the request, including timestamp information. Defaults to a new RequestMetaInfo.
Link copied to clipboard
The parts of the system message. Only the ContentPart.Text part is allowed.
Link copied to clipboard
The role associated with the message.