test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\Contents\ImageGenerationToolResultContentTests.cs (5)
31IList<AIContent> outputs = [new DataContent(new byte[] { 1, 2, 3 }, "image/png")];
53new DataContent(new byte[] { 1, 2, 3 }, "image/png"),
55new DataContent(new byte[] { 4, 5, 6 }, "image/gif")
73new DataContent(new byte[] { 1, 2, 3 }, "image/png"),
98new DataContent(new byte[] { 7, 8, 9 }, "image/png"),