Class ReasoningSummary
public sealed class ReasoningSummary : IServerSentEvent
- Inheritance
-
ReasoningSummary
- Implements
- Inherited Members
Properties
Delta
[JsonIgnore]
public string Delta { get; }
Property Value
Object
[JsonIgnore]
public string Object { get; }
Property Value
Text
A short summary of the reasoning used by the model when generating the response.
[JsonInclude]
[JsonPropertyName("text")]
public string Text { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }
Property Value
Methods
ToJsonString()
public string ToJsonString()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.