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

    Type Alias SessionConfigBooleanExperimental

    UNSTABLE

    This capability is not part of the spec yet, and may be removed or changed at any point.

    A boolean on/off toggle session configuration option payload.

    type SessionConfigBoolean = {
        currentValue: boolean;
    }
    Index

    Properties

    Properties

    currentValue: boolean

    The current value of the boolean option.