9 references to new
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\ChatResponseExtensions.cs (1)
361
return
new
()
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\CodeInterpreterToolResultContentTests.cs (4)
15
CodeInterpreterToolResultContent c =
new
();
25
CodeInterpreterToolResultContent c =
new
();
50
CodeInterpreterToolResultContent c =
new
()
73
CodeInterpreterToolResultContent content =
new
()
Microsoft.Extensions.AI.OpenAI (2)
OpenAIAssistantsChatClient.cs (1)
221
CodeInterpreterToolResultContent hcitrc =
new
()
OpenAIResponsesChatClient.cs (1)
1341
contents.Add(new
CodeInterpreterToolResultContent
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\OpenTelemetryChatClientTests.cs (2)
614
new
CodeInterpreterToolResultContent
{ CallId = "ci-call-1", Outputs = [new TextContent("hello")] },
630
yield return new() { Contents = [new
CodeInterpreterToolResultContent
{ CallId = "ci-call-1", Outputs = [new TextContent("hello")] }] };