Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Updated Google_GenerativeAI from 3.4.1 to 3.6.1.

Release notes

Sourced from Google_GenerativeAI's releases.

3.6.1

What's Changed

Full Changelog: gunpal5/Google_GenerativeAI@v3.5.0...v3.6.1

3.5.0

New Features

Gemini 3 Support

  • Added ThinkingLevel enum for controlling thinking/reasoning depth in Gemini 3 models
  • Added ThoughtSignature property support for tracking thought content in responses
  • New ThinkingConfig with IncludeThoughts and ThinkingBudget settings
  • Full integration with Microsoft.Extensions.AI via AdditionalPropertiesKeys

Dynamic Tools Enhancement

  • Added JsonNode and JsonObject parameter support in QuickTool
  • Enables dynamic tool handling where functions receive raw JSON directly
  • Useful for tools that need to accept arbitrary JSON structures

MCP Tools Gemini Live API Compatibility

  • Fixed MCP Tools to work with Gemini Live API
  • Uses Parameters (compatible schema subset) by default
  • Falls back to ParametersJsonSchema only for unsupported schema features
  • Resolves "parameters_json_schema must not be set when parameters is set" error

Image Output Configuration

  • Added support for image output configuration in Microsoft.Extensions.AI
  • New keys: AspectRatio, ImageSize, MimeType, CompressionQuality

Bug Fixes

  • fix: Support Dimensions parameter in GenerativeAI.Microsoft (#​96)
  • fix: Improved Schema serialization for Gemini 3 compatibility
  • fix: MCP Tools now correctly use only one of Parameters OR ParametersJsonSchema

Dependencies

  • Updated to Gunpal5.CSharpToJsonSchema v1.0.0 (forked with AOT compatibility fixes)

New Contributors

  • @​trapezoid - ThoughtSignature support
  • @​dogdie233 - Dimensions parameter fix (#​95)
  • @​xtradegmbh - Image output configuration for MEAI

Full Changelog: gunpal5/Google_GenerativeAI@v3.4.1...v3.5.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

---
updated-dependencies:
- dependency-name: Google_GenerativeAI
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions bot merged commit e9b8441 into main Jan 1, 2026
3 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/DaoStudio/Google_GenerativeAI-3.6.1 branch January 1, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant