Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Updated Microsoft.Extensions.AI from 9.6.0 to 9.7.1.

Release notes

Sourced from Microsoft.Extensions.AI's releases.

9.7.1

Packages Released

What's Changed

  • Merging changes from internal by @​joperezr in #​6588
  • Bump FunctionInvokingChatClient.MaximumIterationsPerRequest from 10 to 40 by @​stephentoub in #​6599
  • Expose M.E.AI.OpenAI input message conversions by @​stephentoub in #​6601
  • Add schema version to server.json in MCP template by @​joelverhagen in #​6606
  • Update MCP server template readme to show both VS Code and Visual Studio notes by @​jeffhandley in #​6591
  • Fix schema generation for Nullable function parameters. by @​eiriktsarpalis in #​6596
  • Branding updates for 9.7.1 by @​joperezr in Branding updates for 9.7.1 dotnet/extensions#6611

Full Changelog: dotnet/extensions@v9.7.0...v9.7.1

9.7.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.6.0...v9.7.0

Commits viewable in compare view.

Updated Microsoft.Extensions.AI.Abstractions from 9.6.0 to 9.7.1.

Release notes

Sourced from Microsoft.Extensions.AI.Abstractions's releases.

9.7.1

Packages Released

What's Changed

  • Merging changes from internal by @​joperezr in #​6588
  • Bump FunctionInvokingChatClient.MaximumIterationsPerRequest from 10 to 40 by @​stephentoub in #​6599
  • Expose M.E.AI.OpenAI input message conversions by @​stephentoub in #​6601
  • Add schema version to server.json in MCP template by @​joelverhagen in #​6606
  • Update MCP server template readme to show both VS Code and Visual Studio notes by @​jeffhandley in #​6591
  • Fix schema generation for Nullable function parameters. by @​eiriktsarpalis in #​6596
  • Branding updates for 9.7.1 by @​joperezr in Branding updates for 9.7.1 dotnet/extensions#6611

Full Changelog: dotnet/extensions@v9.7.0...v9.7.1

9.7.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.6.0...v9.7.0

Commits viewable in compare view.

Updated Microsoft.SemanticKernel.Abstractions from 1.57.0 to 1.61.0.

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated MSTest from 3.9.3 to 3.10.0.

Release notes

Sourced from MSTest's releases.

3.10.0

See the release notes here

Commits viewable in compare view.

Updated OllamaSharp from 5.2.2 to 5.3.4.

Release notes

Sourced from OllamaSharp's releases.

5.3.4

Add ContextLength when listing loaded models #​291


Thanks @​mili-tan

5.3.3

  • Fix boolean parameter handling in ToolSourceGenerator #​286
  • Add support for ChatOptions.Instructions and ChatOptions.RawRepresentationFactory #​287

Thanks @​DillionLowry and @​stephentoub

5.3.1

  • Add Message.ToolName #​284

Thanks @​mili-tan

5.2.10

  • Maps thinking content from Microsoft.Extensions.AI as TextReasoningContent
  • Adds a tool demo for Microsoft.Extensions.AI #​281

Thanks @​twenzel

5.2.9

  • Add support for "Think" with Microsoft.Extensions.AI ChatOptions #​280

Thanks @​Jimex

5.2.8

Improved the source code generator for Ollama tools:

  • supports line breaks in summaries (#​251)
  • supports tools without namespace (#​262)
  • won't cause warnings for missing XML documentation of the generator tool class (#​263)

Recap: Providing tools is as simple as implementing a method and decorating it with the OllamaTool attribute.

/// <summary>
/// Get the current weather for a city
/// </summary>
/// <param name="city">Name of the city</param>
[OllamaTool]
public static string GetWeather(string city) => $"It's cold at only 6°C in {city}.";

Make sure to add <GenerateDocumentationFile>true</GenerateDocumentationFile> to your project file to include the XML documentation when building.

See tool support for more information.

5.2.7

Improvements to the Chat class

  • Adds support for multiple tool calls
  • Adds an event OnThink that gets fired for thinking tokens if Think is set to true
  • Adds an event OnToolCall that gets fired once the AI model wants to call a tool
  • Adds an event OnToolResult that gets fired once a result is available for a tool call that the AI model requested

Demo Console:

  • Prints tool calls as they happen in between messages from the AI model

5.2.6

The Chat class can now yield thoughts over OnThink(string) when thinking is allowed (Think=true) #​273.

You can easily experiment with this in the console demos by using the command /togglethink that switches the think mode from nullfalsetruenull ...

Bildschirmfoto 2025-07-04 um 09 09 02

5.2.5

  • Skip initializing Think property #​271
  • Return typed MCP tools from GetFromMcpServers() #​260

5.2.4

  • Add token usage to last value produced by IChatClient.GetStreamingResponseAsync() #​270

Thanks @​jmickeyd

5.2.3

  • Update ModelContextProtocol to version 0.2.0-preview.3

Thanks @​RynFaulkner

Commits viewable in compare view.

Updated System.Formats.Asn1 from 9.0.6 to 9.0.7.

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps Microsoft.Extensions.AI from 9.6.0 to 9.7.1
Bumps Microsoft.Extensions.AI.Abstractions from 9.6.0 to 9.7.1
Bumps Microsoft.SemanticKernel.Abstractions from 1.57.0 to 1.61.0
Bumps MSTest from 3.9.3 to 3.10.0
Bumps OllamaSharp from 5.2.2 to 5.3.4
Bumps System.Formats.Asn1 from 9.0.6 to 9.0.7

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.AI
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.AI.Abstractions
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.SemanticKernel.Abstractions
  dependency-version: 1.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: MSTest
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: OllamaSharp
  dependency-version: 5.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Formats.Asn1
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant