SuiteSnapshot.from constructor
SuiteSnapshot.from(
- EvalSuite suite
Implementation
factory SuiteSnapshot.from(EvalSuite suite) => SuiteSnapshot(
name: suite.name,
kind: suite.kind,
taskIds: suite.tasks.map((t) => t.id).toList(),
taskPassThreshold: suite.taskPassThreshold,
requireReferenceSolution: suite.requireReferenceSolution,
);