Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 1.34 KB

Changelog

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.

[Unreleased]

Added

  • Added pass rate metric to summary (#60)

Changed

  • Renamed TestResult.success to TestResult.passed (#62)
  • Moved agenteval.TargetResponse to agenteval.targets.TargetResponse. Documentation for creating custom targets also updated to reflect this change (#62)
  • Renamed the target config type from bedrock-knowledgebase to bedrock-knowledge-base (#62)

[0.2.0] - 2024-05-13

Changed

  • 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)

Fixed

  • Documentation for creating custom targets (#57)

[0.1.0] - 2024-05-03

Added

  • Initial release