Prompt::Content
Inherits YAML::Serializable::Strict < YAML::Serializable < Struct < Value < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(type : Prompt::ContentType = ContentType::Text, text : String | Nil = nil, data : String | Nil = nil, mime_type : String | Nil = nil)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
data
Sourcemime_type
Sourcetext
Sourcetype
Source