Class ResponseReasoningTextEvent
public class ResponseReasoningTextEvent : ResponseStreamEventBase
- Inheritance
-
objectResponseReasoningTextEvent
- 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