Immutable
release. Only release title and notes can be modified.
Packages in this release
| Package | Version |
|---|---|
| Microsoft.Extensions.AI | 10.8.3 |
| Microsoft.Extensions.AI.Abstractions | 10.8.3 |
| Microsoft.Extensions.AI.OpenAI | 10.8.3 |
Experimental API Changes
Experimental API behavior updates
- Updated serialization behavior for experimental
ToolApprovalRequestContent.RequiresConfirmationso it no longer leaks into consumer source-generatedAIContentJSON metadata unless approval APIs are intentionally used (#7659).
What's Changed
AI abstractions and serialization
- Fixed MEAI001 leakage from
RequiresConfirmationin source-generatedAIContentcontexts by using an internal JSON-included backing member while keeping the public experimental member ignored for source-generation metadata (#7659).
Test Improvements
- Added stabilization regression coverage to verify consumer source-generated
List<AIContent>contexts compile and round-trip without requiring MEAI001 suppression (#7659).