Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/benchmark/types.ts
Per-task result for pass@k evaluation.
Properties
| Property | Type |
|---|---|
taskId | string |
k | number |
attempts | TaskResult[] |
passedAny | boolean |
firstPassAttempt | number |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/benchmark/types.ts
Per-task result for pass@k evaluation.
| Property | Type |
|---|---|
taskId | string |
k | number |
attempts | TaskResult[] |
passedAny | boolean |
firstPassAttempt | number |
Was this page helpful?