OpenAI::UserMessageInputText
Inherits JSON::Serializable < Reference < Object
Text block that a user contributed to the thread.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : UserMessageInputTextType = UserMessageInputTextType::InputText, text : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : UserMessageInputTextType)
Type discriminator that is always input_text.