4 instantiations of ReflectionAIFunction
Microsoft.Extensions.AI (4)
Functions\AIFunctionFactory.cs (4)
35return new ReflectionAIFunction(method.Method, method.Target, options ?? _defaultOptions); 57return new ReflectionAIFunction(method.Method, method.Target, createOptions); 74return new ReflectionAIFunction(method, target, options ?? _defaultOptions); 103return new ReflectionAIFunction(method, target, createOptions);
1 reference to ReflectionAIFunction
Microsoft.Extensions.AI (1)
Functions\AIFunctionFactory.cs (1)
116/// Initializes a new instance of the <see cref="ReflectionAIFunction"/> class for a method, specified via an <see cref="MethodInfo"/> instance