You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>