BrokenTaskCandidate class

跨多次 run 都几乎全失败的任务——通常是任务定义/grader 配置有 bug, 而不是 agent 真的不会做(Anthropic Step 2 显式提醒)。

Constructors

BrokenTaskCandidate({required String taskId, required int totalTrials, required int passedTrials, required List<String> contributingRuns})
const

Properties

contributingRuns List<String>
final
hashCode int
The hash code for this object.
no setterinherited
passedTrials int
final
passRate double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String
final
totalTrials int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited