Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Client.Response

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

    Fields

    | Edit this page View Source

    Cancel

    Send this event to cancel an in-progress response.

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

    Create

    Send this event to trigger a response generation.

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