SystemAnthropicMessage

data class SystemAnthropicMessage(val text: String, val type: String = "text")(source)

Represents a system message with designated text and type properties that can be utilized in anthropic system communication.

Constructors

Link copied to clipboard
constructor(text: String, type: String = "text")

Properties

Link copied to clipboard

The content of the message.

Link copied to clipboard

The type of message, defaulted to "text".