Table of Contents

Class ResponseReasoningSummaryPartEvent

public class ResponseReasoningSummaryPartEvent : ResponseStreamEvent<OutputStatus>
Inheritance
object
ResponseReasoningSummaryPartEvent
Inherited Members

Properties

ContentIndex

The index of the content part that was added.

public int ContentIndex { get; set; }

Property Value

int

ItemId

The ID of the output item that the content part was added to.

public string ItemId { get; set; }

Property Value

string

OutputIndex

The index of the output item.

public int OutputIndex { get; set; }

Property Value

int

Part

The content part.

public ResponseOutputText Part { get; set; }

Property Value

ResponseOutputText

SummaryIndex

The index of the summary part within the reasoning summary.

public int SummaryIndex { get; set; }

Property Value

int