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