6 references to HostedImageGenerationTool
Microsoft.Extensions.AI.Abstractions.Tests (2)
Tools\HostedImageGenerationToolTests.cs (2)
26
var tool = new
HostedImageGenerationTool
(props);
35
var tool = new
HostedImageGenerationTool
(null);
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIConversionTests.cs (2)
420
var imageGenTool = new
HostedImageGenerationTool
(new Dictionary<string, object?>
455
var imageGenTool = new
HostedImageGenerationTool
(new Dictionary<string, object?>
Microsoft.Extensions.AI.Stabilization.Tests (2)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\Tools\HostedImageGenerationToolTests.cs (2)
26
var tool = new
HostedImageGenerationTool
(props);
35
var tool = new
HostedImageGenerationTool
(null);