OpenAI::ResponseReasoningSummaryPartAddedEvent
Inherits JSON::Serializable < Reference < Object
Emitted when a new reasoning summary part is added.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseReasoningSummaryPartAddedEventType = ResponseReasoningSummaryPartAddedEventType::ResponseReasoningSummaryPartAdded, item_id : String = "", output_index : Int64 = 0, summary_index : Int64 = 0, sequence_number : Int64 = 0, part : ResponseReasoningSummaryPartAddedEventPart = ResponseReasoningSummaryPartAddedEventPart.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
output_index=(output_index : Int64)
The index of the output item this summary part is associated with.
summary_index=(summary_index : Int64)
The index of the summary part within the reasoning summary.
type_value=(type_value : ResponseReasoningSummaryPartAddedEventType)
The type of the event. Always response.reasoning_summary_part.added.