OpenAI::ReasoningTextContent
Inherits JSON::Serializable < Reference < Object
Reasoning text from the model.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ReasoningTextContentType = ReasoningTextContentType::ReasoningText, text : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : ReasoningTextContentType)
The type of the reasoning text. Always reasoning_text.