class Riffer::Messages::System

Represents a system message (instructions) in a conversation.

msg = Riffer::Messages::System.new("You are a helpful assistant.")
msg.role     # => :system
msg.content  # => "You are a helpful assistant."