OpenAI::UserMessageQuotedText
Inherits JSON::Serializable < Reference < Object
Quoted snippet that the user referenced in their message.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : UserMessageQuotedTextType = UserMessageQuotedTextType::QuotedText, text : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : UserMessageQuotedTextType)
Type discriminator that is always quoted_text.