10 references to ImageGenerationToolResultContent
Microsoft.Extensions.AI (1)
ChatCompletion\ImageGeneratingChatClient.cs (1)
349
newContents.Add(new
ImageGenerationToolResultContent
Microsoft.Extensions.AI.Abstractions.Tests (7)
ChatCompletion\ChatResponseUpdateExtensionsTests.cs (7)
843
new() { Contents = [new
ImageGenerationToolResultContent
{ ImageId = "img1", Outputs = [image1] }] },
846
new() { Contents = [new
ImageGenerationToolResultContent
{ ImageId = "img2", Outputs = [image2] }] },
849
new() { Contents = [new
ImageGenerationToolResultContent
{ ImageId = "img1", Outputs = [image3] }] },
852
new() { Contents = [new
ImageGenerationToolResultContent
{ ImageId = "img2", Outputs = [image4] }] },
897
new() { Contents = [new
ImageGenerationToolResultContent
{ ImageId = null, Outputs = [image1] }] },
900
new() { Contents = [new
ImageGenerationToolResultContent
{ ImageId = "", Outputs = [image2] }] },
903
new() { Contents = [new
ImageGenerationToolResultContent
{ ImageId = null, Outputs = [image3] }] },
Microsoft.Extensions.AI.OpenAI (2)
OpenAIResponsesChatClient.cs (2)
1282
contents.Add(new
ImageGenerationToolResultContent
1298
return new
ImageGenerationToolResultContent