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

    Type Alias AgentNotification

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

    Properties

    Properties

    method: string
    params?:
        | SessionNotification
        | ElicitationCompleteNotification
        | ExtNotification
        | null