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