7 references to new
Microsoft.Extensions.AI.Abstractions.Tests (3)
Contents\AIContentTests.cs (3)
14AIContent c = new(); 22AIContent c = new(); 38AIContent original = new()
Microsoft.Extensions.AI.OpenAI (4)
OpenAIResponsesChatClient.cs (4)
186message.Contents.Add(new() { RawRepresentation = outputItem }); 287yield return CreateUpdate(new AIContent { RawRepresentation = mtdli }); 305AIContent annotatedContent = new(); 757results.Add(new() { RawRepresentation = part });