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