Table of Contents

Class ChatDeltaResponse

Namespace
Glitch9.AIDevKit
public class ChatDeltaResponse : StreamResponse<ChatDelta>
Inheritance
object
Result
Result<ChatDelta>
StreamResponse<ChatDelta>
ChatDeltaResponse
Inherited Members
StreamResponse<ChatDelta>.IsDone
Result<ChatDelta>.Value
Result<ChatDelta>.Success(ChatDelta)
Result<ChatDelta>.Fail(ChatDelta, string)
Result<ChatDelta>.Fail(ChatDelta, Exception, params string[])
Extension Methods

Properties

Delta

public ChatDelta Delta { get; set; }

Property Value

ChatDelta

Usage

public Usage Usage { get; set; }

Property Value

Usage

Operators

implicit operator ChatDeltaResponse(ChatDelta)

public static implicit operator ChatDeltaResponse(ChatDelta delta)

Parameters

delta ChatDelta

Returns

ChatDeltaResponse

implicit operator ChatDelta(ChatDeltaResponse)

public static implicit operator ChatDelta(ChatDeltaResponse wrapper)

Parameters

wrapper ChatDeltaResponse

Returns

ChatDelta