Interface: EvalSummary
Interface: EvalSummary
Properties
allPassed
allPassed: boolean;True when no eval failed (skips don't count as failures).
failed
failed: number;passed
passed: number;passRate
passRate: number;Fraction of scored (non-skipped) evals that passed, 0..1 (1 when none scored).
skipped
skipped: number;total
total: number;