Agent Client Protocol - v0.14.1
    Preparing search index...

    Type Alias AgentNotification

    type AgentNotification = {
        method: string;
        params?: SessionNotification | ExtNotification | null;
    }
    Index

    Properties

    Properties

    method: string