Update AI changelogs for recently merged PRs#7355
Open
stephentoub wants to merge 1 commit intodotnet:mainfrom
Open
Update AI changelogs for recently merged PRs#7355stephentoub wants to merge 1 commit intodotnet:mainfrom
stephentoub wants to merge 1 commit intodotnet:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the AI-related package changelogs to reflect a set of recently merged changes across the core AI library, OpenAI integration, and abstractions package.
Changes:
- Added “NOT YET RELEASED” sections with new entries for Microsoft.Extensions.AI, Microsoft.Extensions.AI.OpenAI, and Microsoft.Extensions.AI.Abstractions.
- Normalized older Microsoft.Extensions.AI changelog bullet formatting (indentation) and “OpenTelemetry” spelling.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md | Adds unreleased entries and normalizes historical bullet formatting/spelling. |
| src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md | Adds unreleased entries describing OpenAI dependency/API/telemetry fixes. |
| src/Libraries/Microsoft.Extensions.AI.Abstractions/CHANGELOG.md | Adds unreleased entries describing schema generation and API removals/updates. |
Comments suppressed due to low confidence (1)
src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md:9
- This bullet mixes a fully-qualified enum value (
ReasoningEffort.None) with an unqualified one (ExtraHigh). For consistency/clarity, refer toReasoningEffort.ExtraHigh.
- Fixed the OpenAI Chat Completions `IChatClient` to map `ReasoningEffort.None` and `ExtraHigh` correctly.
- Fixed the OpenAI Responses `FunctionCallOutputResponseItem` to correctly preserve `RawRepresentation`.
b996e50 to
504fa51
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Microsoft Reviewers: Open in CodeFlow