Class ReasoningSummaryPartEvent
Inheritance
ReasoningSummaryPartEvent
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ReasoningSummaryPartEvent : ContentPartEventBase, ISequencableEvent, IEvent
Properties
| Edit this page View SourcePart
The content part.
Declaration
[JsonProperty("part")]
public ResponseOutputText Part { get; set; }
Property Value
| Type | Description |
|---|---|
| ResponseOutputText |
SummaryIndex
The index of the summary part within the reasoning summary.
Declaration
[JsonProperty("summary_index")]
public int SummaryIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |