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