ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias AgentNotificationExperimental

    A JSON-RPC notification object.

    type AgentNotification = {
        method: string;
        params?:
            | UpdateSessionNotification
            | CompleteElicitationNotification
            | MessageMcpNotification
            | ExtNotification
            | null;
    }
    Index
    method: string

    The notification method name.

    params?:
        | UpdateSessionNotification
        | CompleteElicitationNotification
        | MessageMcpNotification
        | ExtNotification
        | null

    Method-specific notification parameters.