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.
Unify eval scorer parameter names (#192)
## Summary
- rename scorer input parameters to `sourceColumn`, `expected`, and
`expectedColumn`
- support literal and column-backed expected values for compare,
contains, and trajectory scorers
- export scorer option types and reject removed aliases while preserving
backend configuration keys
## Test plan
- [x] `npm test -- --run src/evaluations/scorers/scorers.test.ts
src/evaluations/columns.test.ts src/evals.test.ts`
- [x] `npm run lint`
- [x] `npm run build`
Made with [Cursor](https://cursor.com)
---------
Co-authored-by: Cursor <cursoragent@cursor.com>