class

OpenAI::ResponseReasoningSummaryPartAddedEvent

Inherits JSON::Serializable < Reference < Object

Emitted when a new reasoning summary part is added.

Constructors

new(type_value : ResponseReasoningSummaryPartAddedEventType = ResponseReasoningSummaryPartAddedEventType::ResponseReasoningSummaryPartAdded, item_id : String = "", output_index : Int64 = 0, summary_index : Int64 = 0, sequence_number : Int64 = 0, part : ResponseReasoningSummaryPartAddedEventPart = ResponseReasoningSummaryPartAddedEventPart.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

item_id

The ID of the item this summary part is associated with.

Source
item_id=(item_id : String)

The ID of the item this summary part is associated with.

Source
output_index

The index of the output item this summary part is associated with.

Source
output_index=(output_index : Int64)

The index of the output item this summary part is associated with.

Source
part

The summary part that was added.

Source
part=(part : ResponseReasoningSummaryPartAddedEventPart)

The summary part that was added.

Source
sequence_number

The sequence number of this event.

Source
sequence_number=(sequence_number : Int64)

The sequence number of this event.

Source
summary_index

The index of the summary part within the reasoning summary.

Source
summary_index=(summary_index : Int64)

The index of the summary part within the reasoning summary.

Source
type_value

The type of the event. Always response.reasoning_summary_part.added.

Source
type_value=(type_value : ResponseReasoningSummaryPartAddedEventType)

The type of the event. Always response.reasoning_summary_part.added.

Source