evalution
    Preparing search index...

    Interface ModelGroupInfo

    Per-group metadata for constructing custom model values in the UI.

    customValueTemplates is a PropValue template per mode. Any primitive string value containing $input is replaced with the user's custom model ID at runtime.

    interface ModelGroupInfo {
        customValueTemplates?: Record<string, ModelPropValue>;
    }
    Index

    Properties

    customValueTemplates?: Record<string, ModelPropValue>