braintrustdata / autoevals

AutoEvals is a tool for quickly and easily evaluating AI model outputs using best practices.
MIT License
199 stars 17 forks source link

Add support for partial syntax #73

Closed ankrgyl closed 3 months ago

ankrgyl commented 3 months ago

This enables you to run, for example, ClosedQA.partial({criteria: "evaluate the sql query"}) without having to create a wrapper function.