SystemAnthropicMessage
data class SystemAnthropicMessage(val text: String, val type: String = "text", val cacheControl: AnthropicCacheControl? = null)(source)
Represents a system message with designated text and type properties that can be utilized in anthropic system communication.