Skip to content

Commit 6ec6c07

Browse files
Copybara import of the project:
-- b16b93f by Stephen Toub <stoub@microsoft.com>: feat: Update to Microsoft.Extensions.AI.Abstractions 10.4.0 (#247) - Update Microsoft.Extensions.AI.Abstractions from 10.3.0 to 10.4.0 - Update System.Text.Json from 10.0.3 to 10.0.4 - Fix CodeInterpreterToolCallContent/CodeInterpreterToolResultContent constructors for new ToolCallContent/ToolResultContent base class requirements (callId) - Add WebSearchToolCallContent/WebSearchToolResultContent mapping from Google GroundingMetadata - Implement IHostedFileClient via GoogleGenAIHostedFileClient wrapping the Google Files API (upload, download, get, list, delete) - Add AsIHostedFileClient() extension methods on Client and Files - Add unit tests for web search grounding and hosted file client Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> -- b4e4d65 by release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>: Release Google.GenAI version 1.5.0 COPYBARA_INTEGRATE_REVIEW=#251 from googleapis:release-please--branches--main--components--Google.GenAI b4e4d65 PiperOrigin-RevId: 885637081
1 parent 2801e54 commit 6ec6c07

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Version 1.5.0, released 2026-03-18
4+
5+
6+
### New features
7+
8+
* Support include_server_side_tool_invocations for genai. ([c304c12](https://github.com/googleapis/dotnet-genai/commit/c304c12289e1c0ce74e6f810481217900b742814))
9+
* Update to Microsoft.Extensions.AI.Abstractions 10.4.0 ([#247](https://github.com/googleapis/dotnet-genai/issues/247)) ([b16b93f](https://github.com/googleapis/dotnet-genai/commit/b16b93f7f20409b552ff720cbfe412bef2e7e644))
10+
11+
12+
### Bug fixes
13+
14+
* use deep copy in Common.cs to avoid large string operation that introduces OutOfMemeory exceptions ([501e586](https://github.com/googleapis/dotnet-genai/commit/501e5864904364000cfa910a56859047231477c5))
15+
316
## Version 1.4.0, released 2026-03-12
417

518

ReleaseVersion.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- in all projects.
55
-->
66
<PropertyGroup>
7-
<Version>1.4.0</Version>
7+
<Version>1.5.0</Version>
88
</PropertyGroup>
99
</Project>

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"id": "Google.GenAI",
55
"path": "Google.GenAI",
6-
"version": "1.4.0"
6+
"version": "1.5.0"
77
}
88
]
99
}

0 commit comments

Comments
 (0)