10 references to ImageGenerationToolCallContent
Microsoft.Extensions.AI (1)
ChatCompletion\ImageGeneratingChatClient.cs (1)
336newContents.Add(new ImageGenerationToolCallContent
Microsoft.Extensions.AI.Abstractions.Tests (5)
Contents\AIContentTests.cs (1)
79new ImageGenerationToolCallContent { ImageId = "img123" },
Contents\ImageGenerationToolCallContentTests.cs (4)
14ImageGenerationToolCallContent c = new(); 23ImageGenerationToolCallContent c = new(); 43ImageGenerationToolCallContent content = new() 58AIContent content = new ImageGenerationToolCallContent
Microsoft.Extensions.AI.OpenAI (2)
OpenAIResponsesChatClient.cs (2)
415yield return CreateUpdate(new ImageGenerationToolCallContent 1415contents.Add(new ImageGenerationToolCallContent
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\OpenTelemetryChatClientTests.cs (2)
615new ImageGenerationToolCallContent { ImageId = "img-123" }, 631yield return new() { Contents = [new ImageGenerationToolCallContent { ImageId = "img-123" }] };