Class ChatStreamChunk
Inheritance
object
ChatStreamChunk
Inherited Members
SSEChunkBase<ChatStreamChunk, ChatCompletion>.Value
SSEChunkBase<ChatStreamChunk, ChatCompletion>.IsError
SSEChunkBase<ChatStreamChunk, ChatCompletion>.ErrorMessage
SSEChunkBase<ChatStreamChunk, ChatCompletion>.IsDone
SSEChunkBase<ChatStreamChunk, ChatCompletion>.HasData
SSEChunkBase<ChatStreamChunk, ChatCompletion>.Create(ChatCompletion, bool)
SSEChunkBase<ChatStreamChunk, ChatCompletion>.Error(string)
Namespace: Glitch9.AIDevKit.Streaming
Assembly: .dll
Syntax
public class ChatStreamChunk : AIStreamChunk<ChatStreamChunk, ChatCompletion>
Properties
IsDone
Declaration
public override bool IsDone { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Glitch9.IO.Networking.RESTApi.SSEChunkBase<Glitch9.AIDevKit.Streaming.ChatStreamChunk, Glitch9.AIDevKit.ChatCompletion>.IsDone
SpeechAudio
Declaration
public float[] SpeechAudio { get; set; }
Property Value
Type | Description |
---|---|
float[] |
Usage
Declaration
public override Usage Usage { get; }
Property Value
Type | Description |
---|---|
Usage |