Skip to content

v2.0.7

Choose a tag to compare

@T3XRD T3XRD released this 04 Aug 19:46
· 13 commits to master since this release
1c35607
Always import traces for eval runs (#194)

## Summary
- always scaffold and populate the Trace column for evaluations
- remove scorer-dependent trace gating and the unused batch-row path
- remove obsolete trace-reference helpers and bump the SDK to 2.0.7

## Test plan
- [x] `npm test -- --run src/evals.test.ts
src/evaluations/scorers/scorers.test.ts src/evaluations/columns.test.ts`
- [x] `npm run lint`
- [x] `npm run build`

Made with [Cursor](https://cursor.com)

Co-authored-by: Cursor <cursoragent@cursor.com>