8 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.Tests (1)
ChatCompletion\ChatClientStructuredOutputExtensionsTests.cs (1)
151
var expectedCompletion = new ChatCompletion([new ChatMessage(ChatRole.Assistant, [new
ImageContent
("https://example.com")])]);