25 references to new
Microsoft.Extensions.AI (3)
Functions\AIFunctionFactory.cs (3)
36private static readonly AIFunctionFactoryOptions _defaultOptions = new(); 220: new() 432: new()
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
347new AIFunctionFactoryOptions
Microsoft.Extensions.AI.Tests (21)
Functions\AIFunctionFactoryTest.cs (21)
174var options = new AIFunctionFactoryOptions 199AIFunctionFactoryOptions options = new(); 214new() 338func = AIFunctionFactory.Create((MyService myService) => myService.Value, new() { Services = sp }); 345func = AIFunctionFactory.Create((MyService? myService = null) => myService?.Value ?? 456, new() { Services = sp }); 365new() 382new() 426new() 445new() 464new() 550new AIFunctionFactoryOptions 602new AIFunctionFactoryOptions 619new AIFunctionFactoryOptions 635new() 658new() 681new() 704new() 727new() 750new() 773new() 796new()