Autobot::Session::Message
Inherits JSON::Serializable < Struct < Value < Object
A single message in a conversation session.
Constructors
new(role : String, content : String, timestamp : String = Time.utc.to_rfc3339, tools_used : Array(String) | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
content
Sourcerole
Sourcetimestamp
Sourcetools_used
Source