Class ReasoningSummaryTextDeltaEvent
Inheritance
ReasoningSummaryTextDeltaEvent
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ReasoningSummaryTextDeltaEvent : TextDeltaEventBase, ISequencableEvent, ICompletableEvent, IEvent
Properties
| Edit this page View SourceSummaryIndex
The index of the summary part within the reasoning summary.
Declaration
[JsonProperty("summary_index")]
public int SummaryIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Text
The full text of the completed reasoning content.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceBuildSequenceKey()
Returns the logical ordering key for this event. If null/empty -> sequencer should treat it as "no sequencing key".
Declaration
protected override string BuildSequenceKey()
Returns
| Type | Description |
|---|---|
| string |