Skip to content

TaskResult

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/benchmark/types.ts

Result of running the agent on a single task.

Properties

PropertyType
taskIdstring
suiteBenchmarkTask['suite']
passedboolean
hasChangesboolean
agentPatchstring
durationMsnumber
turnsnumber
tokens{ input: number; output: number; total: number }
costUsdnumber
toolCallsToolCallRecord[]
errorstring
timedOutboolean
failureCategoryFailureCategory
attemptIndexnumber
difficulty`'easy'
languagestring
repostring
fileLocalizationFileLocalization
terminationReason`'success'
setupDurationMsnumber
agentDurationMsnumber
patchSavedboolean

Was this page helpful?

Download as PDF