Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Response.FunctionCallArguments

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

    Fields

    | Edit this page View Source

    Delta

    Returned when the model-generated function call arguments are updated.

    Declaration
    public const string Delta = "response.function_call_arguments.delta"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Done

    Returned when the model-generated function call arguments are done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.

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