Release v0.1.0
Breaking Change Notice:
This release includes a minor breaking change affecting users who implement custom task runners or scorers
- To resolve it, update your implementations to include the new Task and Score interface methods
- Please refer to the latest Javadoc for details or open a GitHub issue if you need help.
What's Changed
Features
- add a Builder to BraintrustConfig
- enhance OAI completions instrumentation with additional attribute tagging
- enhance anthropic messages instrumentation with additional attribute tagging
- support Datasets and additional output data in Evals
- NOTE: remote datasets are not yet implemented; the new interface is designed to support them in a future release
Bug Fixes
- allow passing lambdas to eval task builder without casting
- remove
vfrom maven version prefix by
Full Changelog: v0.0.2...v0.1.0