Table of Contents

Class ResponseReasoningTextEvent

public class ResponseReasoningTextEvent : ResponseStreamEventBase
Inheritance
object
ResponseReasoningTextEvent
Inherited Members

Properties

ContentIndex

The index of the content part that was added.

public int ContentIndex { get; set; }

Property Value

int

Text

The full text of the completed reasoning content.

public string Text { get; set; }

Property Value

string