SystemMessage

@Serializable
@SerialName(value = "system")
class SystemMessage(val content: String, val name: String? = null) : ChatMessage

Constructors

Link copied to clipboard
constructor(content: String, name: String? = null)

Properties

Link copied to clipboard
open override val content: String
Link copied to clipboard
val name: String? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String