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