15 references to HostedImageGenerationTool
Microsoft.Extensions.AI.Integration.Tests (7)
ImageGeneratingChatClientIntegrationTests.cs (7)
124Tools = [new HostedImageGenerationTool()] 162Tools = [new HostedImageGenerationTool()] 191Tools = [new HostedImageGenerationTool()] 241Tools = [new HostedImageGenerationTool()] 286Tools = [new HostedImageGenerationTool()] 337Tools = [new HostedImageGenerationTool { Options = imageGenerationOptions }] 386new ChatOptions { Tools = [new HostedImageGenerationTool()] },
Microsoft.Extensions.AI.OpenAI.Tests (3)
OpenAIResponseClientTests.cs (3)
4830var imageTool = new HostedImageGenerationTool 4932var imageTool = new HostedImageGenerationTool 5050var imageTool = new HostedImageGenerationTool
Microsoft.Extensions.AI.Tests (5)
ChatCompletion\ImageGeneratingChatClientTests.cs (5)
85Tools = [new HostedImageGenerationTool()] 133Tools = [dummyFunction, new HostedImageGenerationTool()] 237Tools = [new HostedImageGenerationTool()] 327Tools = [new HostedImageGenerationTool()] 368Tools = [new HostedImageGenerationTool()]