-
Notifications
You must be signed in to change notification settings - Fork 849
Update AI changelogs #7206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AI changelogs #7206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the changelogs for three AI-related libraries to document recent changes. The updates move features from "NOT YET RELEASED" sections to versioned releases (10.2.0 and related preview versions), documenting improvements to function invocation, OpenAI Responses API support, and various bug fixes.
Changes:
- Released version 10.2.0 of Microsoft.Extensions.AI with function invocation improvements
- Released version 10.2.0-preview.1.26063.2 of Microsoft.Extensions.AI.OpenAI with OpenAI Responses enhancements
- Released version 10.2.0 of Microsoft.Extensions.AI.Abstractions with new properties and bug fixes, creating a new "NOT YET RELEASED" section for future changes
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md | Documents 10.2.0 release with FunctionInvokingChatClient improvements |
| src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md | Documents 10.2.0-preview.1.26063.2 release with OpenAI Responses API updates |
| src/Libraries/Microsoft.Extensions.AI.Abstractions/CHANGELOG.md | Documents 10.2.0 release with multiple additions and creates new unreleased section for JSON schema fix |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Microsoft Reviewers: Open in CodeFlow