-
Notifications
You must be signed in to change notification settings - Fork 860
Comparing changes
Open a pull request
base repository: dotnet/extensions
base: 53ef1158f9
head repository: dotnet/extensions
compare: c4e57fb1e6
- 11 commits
- 264 files changed
- 11 contributors
Commits on Sep 22, 2025
-
Update genai otel implementation with recent additions (#6829)
* Add gen_ai.embeddings.dimension.count tag * Add gen_ai.tool.call.arguments/result tags * Add gen_ai.tool.definitions tag
Configuration menu - View commit details
-
Copy full SHA for 6e61568 - Browse repository at this point
Copy the full SHA 6e61568View commit details
Commits on Sep 23, 2025
-
Increase output token limit for EquivalenceEvaluator (#6835)
EquivalenceEvaluator was specifying MaxOutputTokens = 1 since its prompt instructs the LLM to produce a response (score) that is a single digit (between 1 and 5). Turns out that while this works for most models (including the OpenAI models that were used to test the prompt), some models require more than one token for this. For example, looks like Claude requires two tokens for this - see #6814). This PR bumps the MaxOutputTokens to 5 to address the above issue. Fixes #6814
Configuration menu - View commit details
-
Copy full SHA for 6fb8ab7 - Browse repository at this point
Copy the full SHA 6fb8ab7View commit details -
Fix KeyNotFoundException on HttpRequestLatencyListener.OnEventWritten…
… for uknown event sources (#6821) * Fix KeyNotFoundException on HttpRequestLatencyListener.OnEventWritten for unknown event sources * Update test/Libraries/Microsoft.Extensions.Http.Diagnostics.Tests/Latency/Internal/HttpRequestLatencyListenerTest.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Darius Letterman <dcletterman@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5b7f5d - Browse repository at this point
Copy the full SHA e5b7f5dView commit details
Commits on Sep 24, 2025
-
Add project name normalization to match aspire's code generator logic (…
…#6818) * Add project name normalization to match aspire's code generator for --aspire projects. Add execution tests for the fix. * Address PR feedback: Test combine all available providers with aspire flag. More test cases coverage. * Add an [EnvironmentVariableSkipCondition] attribute for conditional tests. Make the Aspire project name theory conditional. * Regex logic and _Web append into one step. Rename test skip for clarity. --------- Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7200baa - Browse repository at this point
Copy the full SHA 7200baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d649cbb - Browse repository at this point
Copy the full SHA d649cbbView commit details -
Following the same pattern as elsewhere in M.E.AI, this enables a consumer to reach through layers of delegating tools to grab information from inner ones, such as whether they were marked as requiring approval.
Configuration menu - View commit details
-
Copy full SHA for 0392247 - Browse repository at this point
Copy the full SHA 0392247View commit details -
Fix a couple of issues in M.E.AI.OpenAI clients (#6827)
1. Setting AllowMultipleToolCalls if there aren't any tools results in failure. Fix it to only set the property if tools have been added. 2. The chat completion service fails if a participant name containing anything other than a constrained set of characters are included. Fix it with a sanitized value.
Configuration menu - View commit details
-
Copy full SHA for fe1cc44 - Browse repository at this point
Copy the full SHA fe1cc44View commit details
Commits on Sep 25, 2025
-
Disable really noisy analyzers, part 1 (#6837)
* Disable really noisy analyzers, part 1 These are super annoying and add basically zero value.
Configuration menu - View commit details
-
Copy full SHA for b56aec4 - Browse repository at this point
Copy the full SHA b56aec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for af72764 - Browse repository at this point
Copy the full SHA af72764View commit details -
Update global.json to use .NET 9.0.0 stable instead of RC 1 (#6846)
* Initial plan * Update .NET 9 RC 1 references to stable 9.0.0 in global.json Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cce027 - Browse repository at this point
Copy the full SHA 3cce027View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e57fb - Browse repository at this point
Copy the full SHA c4e57fbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 53ef1158f9...c4e57fb1e6