evalution
    Preparing search index...

    Interface ModelValueType

    Describes a model selection mode exposed by the SDK adapter (e.g. "Provider" or "Gateway").

    interface ModelValueType {
        description?: string;
        label: string;
    }
    Index

    Properties

    Properties

    description?: string

    Optional tooltip / helper text.

    label: string

    Label shown in the UI toggle (e.g. "Provider", "Gateway").