3 references to ImageKey
Microsoft.Extensions.AI.Integration.Tests (3)
ImageGeneratingChatClientIntegrationTests.cs (3)
93var imageId = dataContent.AdditionalProperties?[ImageKey] as string; 101Assert.DoesNotContain(ImageKey, textContent.Text, StringComparison.OrdinalIgnoreCase); 395Assert.Contains(textContents, tc => tc.Text.Contains(ImageKey) && tc.Text.Contains("] available for edit"));