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

    Type Alias SessionConfigSelect

    A single-value selector (dropdown) session configuration option payload.

    type SessionConfigSelect = {
        currentValue: SessionConfigValueId;
        options: SessionConfigSelectOptions;
    }
    Index

    Properties

    currentValue: SessionConfigValueId

    The currently selected value.

    The set of selectable options.