4 references to 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);