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