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