-
Notifications
You must be signed in to change notification settings - Fork 841
Merging internal commits #6801
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
Merged
Merged
Merging internal commits #6801
Conversation
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
Getting ready for 9.9 release ---- #### AI description (iteration 1) #### PR Classification This pull request updates dependency versions and build configurations in preparation for the 9.9 release. #### PR Summary The changes bump most dependency and LTS versions from 9.0.8 to 9.0.9 (and 8.0.19 to 8.0.20), and adjust build settings for a stable release. Key changes include: - Updates in `eng/Version.Details.xml` and `eng/Versions.props` for dependency version bumps and setting `<StabilizePackageVersion>` to true and `<DotNetFinalVersionKind>` to release. - Removal of the code coverage stage in `azure-pipelines.yml` and corresponding dependency in the pipeline orchestration. - Modifications in `eng/pipelines/templates/BuildAndTest.yml` to add private feed credentials setup and comment out integration tests. - Adjustments in `NuGet.config` to update package source configurations. - Suppression of NU1507 warnings in `Directory.Build.props` due to internal feed usage. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet#6761) * Add reasoning text content for OpenAI Responses ChatClient Streaming --------- Co-authored-by: Stephen Toub <[email protected]>
- Adding an ApprovalRequiredAIFunction that can be used to decorate an AIFunction. - Adding UserInputRequestContent and UserInputResponseContent base types to represent all user input. - Adding FunctionApprovalRequestContent and FunctionApprovalResponseContent for function approvals. - Updated FunctionInvokingChatClient with approval generation handling. All new types are currently [Experimental]. Co-authored-by: Stephen Toub <[email protected]>
…net#6778) If the role changes, consider it a new message.
…al properties (dotnet#6776) For historical reasons (based on older versions of the genai convention), we were mangling the key names. Now just use the key names as sourced from the dictionary, enabling a developer to more easily augment the spans with data of their choice.
…ase/9.9 All pure cherry-picks with no conflicts
* Simpfliy Responses streaming handling * Add abstraction for remote MCP servers * Update MCP support to accomodate responses and approvals --------- Co-authored-by: Stephen Toub <[email protected]>
…ons (dotnet#6780) * Remove Microsoft.Bcl.HashCode package reference from M.E.AI.Abstractions It was added unexpectedly. Also added a changelog entry on the MCP support
Clean cherry-picks from main
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR should be merged and not squashed
Microsoft Reviewers: Open in CodeFlow