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