AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ChatDeltaResponse

    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[])
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class ChatDeltaResponse : StreamResponse<ChatDelta>

    Properties

    Delta

    Declaration
    public ChatDelta Delta { get; set; }
    Property Value
    Type Description
    ChatDelta

    Usage

    Declaration
    public Usage Usage { get; set; }
    Property Value
    Type Description
    Usage

    Operators

    implicit operator ChatDeltaResponse(ChatDelta)

    Declaration
    public static implicit operator ChatDeltaResponse(ChatDelta delta)
    Parameters
    Type Name Description
    ChatDelta delta
    Returns
    Type Description
    ChatDeltaResponse

    implicit operator ChatDelta(ChatDeltaResponse)

    Declaration
    public static implicit operator ChatDelta(ChatDeltaResponse wrapper)
    Parameters
    Type Name Description
    ChatDeltaResponse wrapper
    Returns
    Type Description
    ChatDelta

    Extension Methods

    AssistantsAPIResultExtensions.Convert(IResult)
    In this article
    Back to top Generated by DocFX