Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Response.OutputItem

    Inheritance
    object
    RealtimeEvent.Server.Response.OutputItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI.Realtime
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public static class RealtimeEvent.Server.Response.OutputItem

    Fields

    | Edit this page View Source

    Added

    Returned when a new Item is created during response generation.

    Declaration
    public const string Added = "response.output_item.added"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Done

    Returned when an Item is done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.

    Declaration
    public const string Done = "response.output_item.done"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation