6 references to ImageContent
Microsoft.Extensions.AI.Abstractions.Tests (5)
ChatCompletion\ChatMessageTests.cs (2)
127new ImageContent("http://localhost/image"), 166new ImageContent("http://localhost/image"),
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)
117var expectedCompletion = new ChatCompletion([new ChatMessage(ChatRole.Assistant, [new ImageContent("https://example.com")])]);