Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Response.McpCallArguments

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

    Fields

    | Edit this page View Source

    Delta

    Added 2024-09-19
    Returned when MCP tool call arguments are updated during response generation.

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

    Done

    Added 2024-09-19
    Returned when MCP tool call arguments are finalized during response generation.

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