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