Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/evals / / Trajectory
Interface: Trajectory
Defined in: packages/evals/src/scorers/trajectory/types.ts:38
The full record of a single harness attempt at a task.
Stable
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 |