All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added pass rate metric to summary (#60)
- Renamed
TestResult.success
toTestResult.passed
(#62) - Moved
agenteval.TargetResponse
toagenteval.targets.TargetResponse
. Documentation for creating custom targets also updated to reflect this change (#62) - Renamed the target config
type
frombedrock-knowledgebase
tobedrock-knowledge-base
(#62)
- Convert the
q_business_user_id
configuration as optional to support applications that require AWS IAM Identity Center (#56) - Changed
TargetResponse
to a top-level import (#57)
- Documentation for creating custom targets (#57)
- Initial release