Interface ValidJSONMetricParams

interface ValidJSONMetricParams {
    label?: string;
    responseKey?: "message" | "data";
    schema?: ZodType<any, ZodTypeDef, any>;
}

Hierarchy

  • EvalMetricCommonParams
    • ValidJSONMetricParams

Properties

label?: string
responseKey?: "message" | "data"
schema?: ZodType<any, ZodTypeDef, any>