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