struct
Prompt::Content
- Prompt::Content
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
- YAML::Serializable::Strict
Defined in:
models/prompt.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(type : Prompt::ContentType = ContentType::Text, text : String | Nil = nil, data : String | Nil = nil, mime_type : String | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(type : Prompt::ContentType = ContentType::Text, text : String | Nil = nil, data : String | Nil = nil, mime_type : String | Nil = nil)
#