nexus-agents - v2.80.0
    Preparing search index...

    Variable CriterionTypeSchemaConst

    CriterionTypeSchema: ZodEnum<
        {
            binary: "binary";
            threshold: "threshold";
            scaled: "scaled";
            categorical: "categorical";
        },
    > = ...

    Zod schema for CriterionType validation.