File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments