24 references to HostedImageGenerationTool
Microsoft.Extensions.AI.Abstractions.Tests (2)
Tools\HostedImageGenerationToolTests.cs (2)
14var tool = new HostedImageGenerationTool(); 44var tool = new HostedImageGenerationTool
Microsoft.Extensions.AI.Integration.Tests (7)
ImageGeneratingChatClientIntegrationTests.cs (7)
123Tools = [new HostedImageGenerationTool()] 161Tools = [new HostedImageGenerationTool()] 190Tools = [new HostedImageGenerationTool()] 240Tools = [new HostedImageGenerationTool()] 285Tools = [new HostedImageGenerationTool()] 336Tools = [new HostedImageGenerationTool { Options = imageGenerationOptions }] 385new ChatOptions { Tools = [new HostedImageGenerationTool()] },
Microsoft.Extensions.AI.OpenAI.Tests (6)
OpenAIConversionTests.cs (2)
370var imageGenTool = new HostedImageGenerationTool 385var imageGenTool = new HostedImageGenerationTool
OpenAIResponseClientIntegrationTests.cs (1)
149new HostedImageGenerationTool
OpenAIResponseClientTests.cs (3)
6359var imageTool = new HostedImageGenerationTool 6460var imageTool = new HostedImageGenerationTool 6577var imageTool = new HostedImageGenerationTool
Microsoft.Extensions.AI.Stabilization.Tests (2)
parent\Microsoft.Extensions.AI.Abstractions.Tests\Tools\HostedImageGenerationToolTests.cs (2)
14var tool = new HostedImageGenerationTool(); 44var tool = new HostedImageGenerationTool
Microsoft.Extensions.AI.Tests (7)
ChatCompletion\ImageGeneratingChatClientTests.cs (7)
85Tools = [new HostedImageGenerationTool()] 133Tools = [dummyFunction, new HostedImageGenerationTool()] 237Tools = [new HostedImageGenerationTool()] 327Tools = [new HostedImageGenerationTool()] 368Tools = [new HostedImageGenerationTool()] 422Tools = [new HostedImageGenerationTool()] 496Tools = [new HostedImageGenerationTool()]