Python: fix tool call id mismatch in ag-ui (#2166)

* Fix state for pending requests bug

* Bump ver

* Update changelog
This commit is contained in:
Evan Mattson
2025-11-13 13:57:59 +09:00
committed by GitHub
Unverified
parent 3c874d0073
commit e92dcb3d5d
3 changed files with 62 additions and 27 deletions
+4
View File
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **agent-framework-azurefunctions**: Merge Azure Functions feature branch (#1916)
### Fixed
- **agent-framework-ag-ui**: fix tool call id mismatch in ag-ui ([#2166](https://github.com/microsoft/agent-framework/pull/2166))
## [1.0.0b251112] - 2025-11-12
### Added