Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface PermissionOption

    An option presented to the user when requesting permission.

    interface PermissionOption {
        kind: "allow_once" | "allow_always" | "reject_once" | "reject_always";
        name: string;
        optionId: string;
    }
    Index

    Properties

    Properties

    kind: "allow_once" | "allow_always" | "reject_once" | "reject_always"

    Hint about the nature of this permission option.

    name: string

    Human-readable label to display to the user.

    optionId: string

    Unique identifier for this permission option.