Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merging changes from internal#6588

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
joperezr merged 16 commits intorelease/9.7fromInternalMerge97
Jul 9, 2025
Merged

Merging changes from internal#6588

joperezr merged 16 commits intorelease/9.7fromInternalMerge97
Jul 9, 2025

Conversation

@joperezr
Copy link
Member

@joperezrjoperezr commentedJul 8, 2025
edited by dotnet-policy-servicebot
Loading

This PR should be merged and not squashed.

Microsoft Reviewers:Open in CodeFlow

joperezrand others added15 commitsJuly 2, 2025 23:30
Flow .NET Servicing versions----#### AI description  (iteration 1)#### PR ClassificationThis PR performs a servicing update by bumping .NET dependency versions and refining CI pipeline configurations for stable releases.#### PR SummaryThe changes update dependency versions from 9.0.6 to 9.0.7 (and corresponding LTS versions) and adjust build settings to support release stability while streamlining internal feed configurations.- `eng/Version.Details.xml`: Updated multiple dependency version numbers and SHA values from 9.0.6 to 9.0.7.- `eng/Versions.props`: Bumped version properties (including LTS versions from 8.0.17 to 8.0.18) and enabled stable release settings by setting package stabilization to true and DotNetFinalVersionKind to release.- `NuGet.config`: Modified package source settings by adding new internal feed mappings and removing preexisting package source mapping blocks.- `azure-pipelines.yml` & `eng/pipelines/templates/BuildAndTest.yml`: Removed the CodeCoverage stage and added tasks for setting up private feed credentials, with integration tests commented out due to authentication requirements.- `Directory.Build.props`: Suppressed NU1507 warnings to accommodate internal feeds without package source mapping.<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
* Add DelegatingAIFunctionTo simplify scenarios where someone wants to augment an existing AIFunction's behavior, tweak what one of its properties returns, etc.* Address PR feedback
The conventions we're pushing for on NuGet are:1. `PackAsTool`2. `McpServer` package type (in addition to the default `DotnetTool`)3. Embed server.jsonThis provides an `mcpserver` template as part of `Microsoft.Extensions.AI.Templates`. This currently only covers a local MCP server, with stdio transport.
We've had a bunch of requests to be able to customize how function invocation is handled, and while it's already possible today by deriving from FunctionInvokingChatClient and overriding its InvokeFunctionAsync, there's a lot of ceremony involved in that. By having a property on the client instance, that behavior can instead be configured as part of a UseFunctionInvocation call.
* Add reporting tests that show NLP results.* Cleanup analyzer errors.* Add global tags for NLP* Add more precision to the evaluator timing* More tags* Add another partial match test
* Enable specifying "strict" for OpenAI clients via ChatOptions* Address PR feedback
* AIFunctionFactory: tolerate JSON string function parameters.* Add debug assertion.* Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Functions/AIFunctionFactory.csCo-authored-by: Stephen Toub <stoub@microsoft.com>* Add regex-based JSON string recognition and add more tests.---------Co-authored-by: Stephen Toub <stoub@microsoft.com>
@joperezrjoperezr merged commitba8e28e intorelease/9.7Jul 9, 2025
6 checks passed
@joperezrjoperezr deleted the InternalMerge97 branchJuly 9, 2025 16:41
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 9, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@peterwaldpeterwaldpeterwald approved these changes

@evgenyfedorov2evgenyfedorov2evgenyfedorov2 approved these changes

Assignees

@joperezrjoperezr

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

7 participants

@joperezr@peterwald@evgenyfedorov2@stephentoub@joelverhagen@eiriktsarpalis

[8]ページ先頭

©2009-2025 Movatter.jp