class

OpenAI::UserMessageQuotedText

Inherits JSON::Serializable < Reference < Object

Quoted snippet that the user referenced in their message.

Constructors

new(type_value : UserMessageQuotedTextType = UserMessageQuotedTextType::QuotedText, text : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text

Quoted text content.

Source
text=(text : String)

Quoted text content.

Source
type_value

Type discriminator that is always quoted_text.

Source
type_value=(type_value : UserMessageQuotedTextType)

Type discriminator that is always quoted_text.

Source