AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class RunStepDelta

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

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

    Properties

    Delta

    The delta containing the fields that have changed on the run step.

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