# PassAtKResult

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/benchmark/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/benchmark/types.ts#L129)

Per-task result for pass@k evaluation.

## Properties

| Property | Type |
|---|---|
| `taskId` | `string` |
| `k` | `number` |
| `attempts` | `TaskResult[]` |
| `passedAny` | `boolean` |
| `firstPassAttempt` | `number` |
