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