Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3f10dd4d52
Choose a base ref
...
head repository: dotnet/extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6529a0a68
Choose a head ref
  • 15 commits
  • 42 files changed
  • 6 contributors

Commits on Jul 24, 2025

  1. Configuration menu
    Copy the full SHA
    5610f26 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Add [Description] to DataContent.Uri (#6615)

    So that if a DataContent has schema generated for it, it's obvious in the schema that the "uri" is specifically a data URI.
    stephentoub authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    8f0f5a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bebed View commit details
    Browse the repository at this point in the history
  3. Add ChatMessage.CreatedAt (#6657)

    We currently have it at the ChatResponse{Update} level, but for more agentic scenarios, it's helpful to have a timestamp per message.
    stephentoub authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    7798311 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Add TextContent.Annotations (#6619)

    * Add TextContent.Annotations
    stephentoub authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    ff06191 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Add FunctionInvokingChatClient.AdditionalTools (#6661)

    * Add FunctionInvokingChatClient.AdditionalTools>
    stephentoub authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    cb57095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf7a94 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    65c679b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f44e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9584a4 View commit details
    Browse the repository at this point in the history
  4. Add resolution of function parameter level data annotation attributes. (

    #6671)
    
    * Add resolution of function parameter level data annotation attributes.
    
    * Update test/Libraries/Microsoft.Extensions.AI.Abstractions.Tests/Utilities/AIJsonUtilitiesTests.cs
    
    Co-authored-by: Stephen Toub <[email protected]>
    
    ---------
    
    Co-authored-by: Stephen Toub <[email protected]>
    eiriktsarpalis and stephentoub authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    9267e19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6de2ba4 View commit details
    Browse the repository at this point in the history
  6. Expose streaming conversion utility methods (#6636)

    We're already exposing the non-streaming response conversions. Expose the streaming ones as well.
    stephentoub authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    11e16a9 View commit details
    Browse the repository at this point in the history
  7. Couple of fixes for MEAI.Evaluation (#6673)

    * Truncate long metric values in trends table
    * Simplify metadata for ContentSafetyChatClient
    shyamnamboodiripad authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    3f277e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    c6529a0 View commit details
    Browse the repository at this point in the history
Loading