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

    Type Alias AgentNotificationHandler<Params>Experimental

    AgentNotificationHandler: (
        context: AgentNotificationContext<Params>,
    ) => MaybePromise<void>

    Notification handler registered on an AgentApp.

    Type Parameters

    • Params

    Type Declaration