Class DeltaTextState
Inheritance
DeltaTextState
Assembly: Glitch9.AIDevKit.dll
Syntax
public class DeltaTextState
Constructors
|
Edit this page
View Source
DeltaTextState(TextChunkType)
Declaration
public DeltaTextState(TextChunkType type)
Parameters
Properties
|
Edit this page
View Source
FinishReason
Declaration
public FinishReason? FinishReason { get; }
Property Value
|
Edit this page
View Source
Text
Declaration
public DeltaText Text { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public TextChunkType Type { get; }
Property Value
Methods
|
Edit this page
View Source
AppendText(string)
Declaration
public void AppendText(string delta)
Parameters
| Type |
Name |
Description |
| string |
delta |
|
|
Edit this page
View Source
GetFullText()
Declaration
public string GetFullText()
Returns
|
Edit this page
View Source
SetFinishReason(FinishReason)
Declaration
public void SetFinishReason(FinishReason reason)
Parameters
Extension Methods