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

    Type Alias ClientNotificationHandlersByMethod

    Client notification handlers keyed by ACP protocol method name.

    type ClientNotificationHandlersByMethod = {
        "session/update": ClientNotificationHandler<SessionNotification>;
        "elicitation/complete": ClientNotificationHandler<
            CompleteElicitationNotification,
        >;
    }
    Index

    Properties