2 references to ImageDataUri
Microsoft.Extensions.AI.Integration.Tests (2)
ChatClientIntegrationTests.cs (1)
178
new DataContent(
ImageDataUri
.GetImageDataUri(), "image/png"),
test\Shared\ImageDataUri\ImageDataUri.cs (1)
14
using Stream? s = typeof(
ImageDataUri
).Assembly.GetManifestResourceStream("Microsoft.Extensions.AI.Resources.dotnet.png");