1 write to Method
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionFactory.cs (1)
689Method = key.Method;
3 references to Method
Microsoft.Extensions.AI.Abstractions (3)
Functions\AIFunctionFactory.cs (3)
542public override MethodInfo UnderlyingMethod => FunctionDescriptor.Method; 558Debug.Assert(!FunctionDescriptor.Method.IsStatic, "Expected an instance method"); 578ReflectionInvoke(FunctionDescriptor.Method, target, args), cancellationToken).ConfigureAwait(true);