### Motivation & Context ### Description & Review Guide - **What are the major changes?** - **What is the impact of these changes?** - **What do you want reviewers to focus on?** ### Related Issue Fixes # ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] All unit tests pass, and I have added new tests where possible - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/agent-framework/blob/main/CONTRIBUTING.md) - [ ] This PR is linked to an issue and there is no other open PR for this issue (see Related Issue above). - [x] **This is not a breaking change.** If it _is_ a breaking change, add the `breaking change` label (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.