2 instantiations of ReflectionAIFunction
Microsoft.Extensions.AI (2)
6 references to ReflectionAIFunction
Microsoft.Extensions.AI (6)
Functions\AIFunctionFactory.cs (6)
47return ReflectionAIFunction.Build(method.Method, method.Target, options ?? _defaultOptions);
79return ReflectionAIFunction.Build(method.Method, method.Target, createOptions);
107return ReflectionAIFunction.Build(method, target, options ?? _defaultOptions);
146return ReflectionAIFunction.Build(method, target, createOptions);
151public static ReflectionAIFunction Build(MethodInfo method, object? target, AIFunctionFactoryOptions options)
281public ReflectionAIFunction? CachedDefaultInstance { get; set; }