Table of Contents

Class ResponseReasoningSummaryTextEvent

public class ResponseReasoningSummaryTextEvent : ResponseStreamEventBase
Inheritance
object
ResponseReasoningSummaryTextEvent
Inherited Members

Properties

SummaryIndex

The index of the summary part within the reasoning summary.

public int SummaryIndex { get; set; }

Property Value

int

Text

The full text of the completed reasoning summary.

public string Text { get; set; }

Property Value

string