10 references to ImageContent
Microsoft.Extensions.AI.Abstractions.Tests (7)
ChatCompletion\ChatCompletionTests.cs (1)
242new ImageContent("http://localhost/image.png"),
ChatCompletion\ChatMessageTests.cs (2)
128new ImageContent("http://localhost/image"), 167new ImageContent("http://localhost/image"),
ChatCompletion\StreamingChatCompletionUpdateExtensionsTests.cs (1)
174updates.Add(new() { Contents = [new ImageContent("https://uri")] });
ChatCompletion\StreamingChatCompletionUpdateTests.cs (3)
95new ImageContent("http://localhost/image"), 140new ImageContent("http://localhost/image"), 172new ImageContent("http://localhost/image"),
Microsoft.Extensions.AI.AzureAIInference.Tests (1)
AzureAIInferenceChatClientTests.cs (1)
589new ImageContent("http://dot.net/someimage.png"),
Microsoft.Extensions.AI.OpenAI (1)
OpenAIModelMapper.ChatMessage.cs (1)
202contents.Add(new ImageContent(openAiContentPart.ImageUri?.ToString() ?? string.Empty));
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\ChatClientStructuredOutputExtensionsTests.cs (1)
151var expectedCompletion = new ChatCompletion([new ChatMessage(ChatRole.Assistant, [new ImageContent("https://example.com")])]);