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