1 write to CreateInstance
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
318CreateInstance = (type, arguments) =>
3 references to CreateInstance
Microsoft.Extensions.AI.Abstractions (3)
Functions\AIFunctionFactory.cs (1)
543CreateInstance = options.CreateInstance;
Functions\AIFunctionFactoryOptions.cs (2)
116/// By default if <see cref="CreateInstance"/> is <see langword="null"/>, <see cref="Activator.CreateInstance(Type)"/> is used. If 117/// <see cref="CreateInstance"/> is non-<see langword="null"/>, the delegate is invoked with the <see cref="Type"/> to be instantiated and the