Skip to content

Commit 4e4f816

Browse files
committed
Enabled Structured Output test for Google (works now)
1 parent e7f3baa commit 4e4f816

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Added `OpenAIEmbeddingModels` collection of Open AI Embedding Models
55
- Exposed `Connection` as a Property on all Factories
66
- NuGet: Changed Project URL to be the [Wiki](https://github.com/rwjdk/AgentFrameworkToolkit/wiki)
7+
- Upgraded 'Google_GenerativeAI.Microsoft' NuGet from 3.4.1 to 3.6.1
78

89
---
910

development/Tests/GoogleTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ public sealed class GoogleTests : TestsBase
1818
[Fact]
1919
public Task AgentFactory_ToolCall() => ToolCallAgentTestsAsync(AgentProvider.Google);
2020

21+
[Fact]
22+
public Task AgentFactory_StructuredOutput() => StructuredOutputAgentTestsAsync(AgentProvider.Google);
23+
2124
[Fact]
2225
public async Task AgentFactory_DependencyInjection()
2326
{

0 commit comments

Comments
 (0)