class

OpenAI::ResponseReasoningSummaryPartDoneEventPart

Inherits JSON::Serializable < Reference < Object

The completed summary part.

Constructors

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

Instance methods

text

The text of the summary part.

Source
text=(text : String)

The text of the summary part.

Source
type_value

The type of the summary part. Always summary_text.

Source
type_value=(type_value : ResponseReasoningSummaryPartDoneEventPartType)

The type of the summary part. Always summary_text.

Source