3 references to ImageContent
Microsoft.Extensions.AI.Abstractions.Tests (1)
ChatCompletion\ChatMessageTests.cs (1)
268
new
ImageContent
(new Uri("https://fake-random-test-host:123"), "mime-type/2")
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
150
new
ImageContent
(GetImageDataUri()),
Microsoft.Extensions.AI.OpenAI (1)
OpenAIChatClient.cs (1)
553
contentPart.ImageUri is not null ? new
ImageContent
(contentPart.ImageUri, contentPart.ImageBytesMediaType) :