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