Class ChatStreamChunk
public class ChatStreamChunk : AIStreamChunk<ChatStreamChunk, ChatCompletion>
- Inheritance
-
objectChatStreamChunk
- Inherited Members
-
SSEChunkBase<ChatStreamChunk, ChatCompletion>.ValueSSEChunkBase<ChatStreamChunk, ChatCompletion>.IsErrorSSEChunkBase<ChatStreamChunk, ChatCompletion>.ErrorMessageSSEChunkBase<ChatStreamChunk, ChatCompletion>.IsDoneSSEChunkBase<ChatStreamChunk, ChatCompletion>.HasDataSSEChunkBase<ChatStreamChunk, ChatCompletion>.Create(ChatCompletion, bool)SSEChunkBase<ChatStreamChunk, ChatCompletion>.Error(string)
Properties
IsDone
public override bool IsDone { get; }
Property Value
- bool
SpeechAudio
public float[] SpeechAudio { get; set; }
Property Value
- float[]
Usage
public override Usage Usage { get; }