Interface ITextChunk
Base interface for streaming text data chunks.
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface ITextChunk
Properties
| Edit this page View SourceRole
The role of the author of this message.
Declaration
ChatRole Role { get; }
Property Value
| Type | Description |
|---|---|
| ChatRole |
Text
The text content.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of text content.
Declaration
TextChunkType Type { get; }
Property Value
| Type | Description |
|---|---|
| TextChunkType |