Agent Client Protocol - v1.0.0
    Preparing search index...

    Type Alias AgentNotificationHandler<Params>

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

    Notification handler registered on an AgentApp.

    Type Parameters

    • Params

    Type Declaration