30 instantiations of HostedImageGenerationTool
Microsoft.Extensions.AI.Abstractions.Tests (4)
Tools\HostedImageGenerationToolTests.cs (4)
14var tool = new HostedImageGenerationTool(); 26var tool = new HostedImageGenerationTool(props); 35var tool = new HostedImageGenerationTool(null); 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 (8)
OpenAIConversionTests.cs (4)
370var imageGenTool = new HostedImageGenerationTool 385var imageGenTool = new HostedImageGenerationTool 409var imageGenTool = new HostedImageGenerationTool(new Dictionary<string, object?> 444var imageGenTool = new HostedImageGenerationTool(new Dictionary<string, object?>
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 (4)
parent\Microsoft.Extensions.AI.Abstractions.Tests\Tools\HostedImageGenerationToolTests.cs (4)
14var tool = new HostedImageGenerationTool(); 26var tool = new HostedImageGenerationTool(props); 35var tool = new HostedImageGenerationTool(null); 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()]
22 references to HostedImageGenerationTool
Microsoft.Extensions.AI (4)
ChatCompletion\ImageGeneratingChatClient.cs (3)
17/// <summary>A delegating chat client that enables image generation capabilities by converting <see cref="HostedImageGenerationTool"/> instances to function tools.</summary> 24/// This client automatically detects <see cref="HostedImageGenerationTool"/> instances in the <see cref="ChatOptions.Tools"/> collection 259if (tool is HostedImageGenerationTool imageGenerationTool)
ChatCompletion\ImageGeneratingChatClientBuilderExtensions.cs (1)
27/// This method enables the chat client to handle <see cref="HostedImageGenerationTool"/> instances by converting them
Microsoft.Extensions.AI.Abstractions (2)
Tools\HostedImageGenerationTool.cs (2)
19/// Initializes a new instance of the <see cref="HostedImageGenerationTool"/> class with the specified options. 25/// <summary>Initializes a new instance of the <see cref="HostedImageGenerationTool"/> class.</summary>
Microsoft.Extensions.AI.Abstractions.Tests (4)
Tools\HostedImageGenerationToolTests.cs (4)
14var tool = new HostedImageGenerationTool(); 26var tool = new HostedImageGenerationTool(props); 35var tool = new HostedImageGenerationTool(null); 44var tool = new HostedImageGenerationTool
Microsoft.Extensions.AI.OpenAI (1)
OpenAIResponsesChatClient.cs (1)
767case HostedImageGenerationTool imageGenerationTool:
Microsoft.Extensions.AI.OpenAI.Tests (7)
OpenAIConversionTests.cs (4)
370var imageGenTool = new HostedImageGenerationTool 385var imageGenTool = new HostedImageGenerationTool 409var imageGenTool = new HostedImageGenerationTool(new Dictionary<string, object?> 444var imageGenTool = new HostedImageGenerationTool(new Dictionary<string, object?>
OpenAIResponseClientTests.cs (3)
6359var imageTool = new HostedImageGenerationTool 6460var imageTool = new HostedImageGenerationTool 6577var imageTool = new HostedImageGenerationTool
Microsoft.Extensions.AI.Stabilization.Tests (4)
parent\Microsoft.Extensions.AI.Abstractions.Tests\Tools\HostedImageGenerationToolTests.cs (4)
14var tool = new HostedImageGenerationTool(); 26var tool = new HostedImageGenerationTool(props); 35var tool = new HostedImageGenerationTool(null); 44var tool = new HostedImageGenerationTool