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

    Type Alias SessionConfigBoolean

    A boolean on/off toggle session configuration option payload.

    type SessionConfigBoolean = {
        currentValue: boolean;
    }
    Index
    currentValue: boolean

    The current value of the boolean option.