Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Response.McpListTools

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

    Fields

    | Edit this page View Source

    Completed

    Added 2024-09-19
    Returned when listing MCP tools is in progress for an item.

    Declaration
    public const string Completed = "mcp_list_tools.completed"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Failed

    Added 2024-09-19
    Returned when listing MCP tools has completed for an item.

    Declaration
    public const string Failed = "mcp_list_tools.failed"
    Field Value
    Type Description
    string
    | Edit this page View Source

    InProgress

    Added 2024-09-19
    Returned when listing MCP tools is in progress for an item.

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