class

OpenAI::ReasoningTextContent

Inherits JSON::Serializable < Reference < Object

Reasoning text from the model.

Constructors

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

Instance methods

text

The reasoning text from the model.

Source
text=(text : String)

The reasoning text from the model.

Source
type_value

The type of the reasoning text. Always reasoning_text.

Source
type_value=(type_value : ReasoningTextContentType)

The type of the reasoning text. Always reasoning_text.

Source