Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/evals / / Trajectory
Interface: Trajectory
Defined in: packages/evals/src/scorers/trajectory/types.ts:38
Stable
The full record of a single harness attempt at a task.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
calls | readonly | readonly TrajectoryToolCall[] | - | packages/evals/src/scorers/trajectory/types.ts:39 |
finalOutput? | readonly | string | The assistant's final text, when the run completed. | packages/evals/src/scorers/trajectory/types.ts:43 |
finalState? | readonly | unknown | Goal-state snapshot compared by finalStateCorrect. | packages/evals/src/scorers/trajectory/types.ts:41 |