AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ThreadMessageDelta

    https://platform.openai.com/docs/api-reference/assistants-streaming/message-delta-object

    Inheritance
    object
    ModelResponse
    ThreadMessageDelta
    Inherited Members
    ModelResponse.Id
    ModelResponse.Object
    ModelResponse.Model
    ModelResponse.CreatedAt
    ModelResponse.Metadata
    ModelResponse.Usage
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class ThreadMessageDelta : ModelResponse

    Properties

    Delta

    The delta containing the fields that have changed on the Message.

    Declaration
    public ThreadMessage Delta { get; set; }
    Property Value
    Type Description
    ThreadMessage
    In this article
    Back to top Generated by DocFX