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

    Type Alias SessionConfigSelectExperimental

    UNSTABLE

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

    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.