Added
- Added pass rate metric to summary ([60](https://github.com/awslabs/agent-evaluation/pull/60))
- Added support of session attributes for bedrock agent target([77] (https://github.com/awslabs/agent-evaluation/pull/77))
- Added Target for Prompt Flows ([96](https://github.com/awslabs/agent-evaluation/pull/96))
Fixed
- Bedrock agent required arguments documented as optional ([92](https://github.com/awslabs/agent-evaluation/pull/92))
- Fix test result attribute in summary template ([90](https://github.com/awslabs/agent-evaluation/pull/90))
Changed
- Renamed `TestResult.success` to `TestResult.passed` ([62](https://github.com/awslabs/agent-evaluation/pull/62))
- Moved `agenteval.TargetResponse` to `agenteval.targets.TargetResponse`. Documentation for creating custom targets also updated to reflect this change ([62](https://github.com/awslabs/agent-evaluation/pull/62))
- Renamed the target config `type` from `bedrock-knowledgebase` to `bedrock-knowledge-base` ([62](https://github.com/awslabs/agent-evaluation/pull/62))