JsonEvalTask constructor
JsonEvalTask({})
Implementation
JsonEvalTask({
required this.id,
required this.description,
required this.input,
required this.graders,
this.referenceSolution,
this.metadata = const {},
this.trialsPerRun = 1,
this.timeout,
});