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

    Interface CancelNotification

    Notification to cancel ongoing operations for a session.

    See protocol docs: Cancellation

    interface CancelNotification {
        sessionId: string;
    }
    Index

    Properties

    Properties

    sessionId: string

    The ID of the session to cancel operations for.