4 references to ReflectionAIFunction
Microsoft.Extensions.AI (4)
Functions\AIFunctionFactory.cs (4)
51
return new
ReflectionAIFunction
(method.Method, method.Target, options ?? _defaultOptions);
89
return new
ReflectionAIFunction
(method.Method, method.Target, createOptions);
122
return new
ReflectionAIFunction
(method, target, options ?? _defaultOptions);
167
return new
ReflectionAIFunction
(method, target, createOptions);