Table of Contents

Class ChatStreamChunk

public class ChatStreamChunk : AIStreamChunk<ChatStreamChunk, ChatCompletion>
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)

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; }

Property Value

Usage