Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Response

    Inheritance
    object
    RealtimeEvent.Server.Response
    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

    Fields

    | Edit this page View Source

    Created

    Returned when a new Response is created. The first event of response creation, where the response is in an initial state of "in_progress".

    Declaration
    public const string Created = "response.created"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Done

    Returned when a Response is done streaming. Always emitted, no matter the final state.

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