1.2.0-beta.4 (2025-09-05)
Features Added
- Updated
Microsoft.Extensions.AI.Abstractions
dependency to version 9.8.0. - Added support of
FileSearchTool
andCodeInterpreterTool
forPersistentAgentsChatClient
. - Make
Azure.AI.Agents.Persistent
compatible with ahead-of-time compilation process (AOT). - Improved the way
RequireApproval
is being set. See the issue.
Bugs Fixed
- Fix issues related to
ResponseFormat
when usingPersistentAgentsChatClient
with Structured Outputs. - Fix handling of streaming update of unexpected type issue.