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