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