class Riffer::Messages::System
Represents a system message (instructions) in a conversation.
Public Instance Methods
Source
# File lib/riffer/messages/system.rb, line 14 def +(other) self.class.new("#{content}\n\n#{other.content}") end
Represents a system message (instructions) in a conversation.
# File lib/riffer/messages/system.rb, line 14 def +(other) self.class.new("#{content}\n\n#{other.content}") end