Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / Trajectory
Interface: Trajectory
Defined in: 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[] | - | evals/src/scorers/trajectory/types.ts:39 |
finalOutput? | readonly | string | The assistant's final text, when the run completed. | evals/src/scorers/trajectory/types.ts:43 |
finalState? | readonly | unknown | Goal-state snapshot compared by finalStateCorrect. | evals/src/scorers/trajectory/types.ts:41 |