System

data class System(val content: String, val metaInfo: RequestMetaInfo) : Message.Request(source)

Represents a system-generated message.

Constructors

Link copied to clipboard
constructor(content: String, metaInfo: RequestMetaInfo)

Properties

Link copied to clipboard
open override val content: String

The content of the system message.

Link copied to clipboard
open override val metaInfo: RequestMetaInfo

Metadata associated with the request, including timestamp information. Defaults to a new RequestMetaInfo.

Link copied to clipboard
open override val role: Message.Role

The role associated with the message.