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)
541public override MethodInfo UnderlyingMethod => FunctionDescriptor.Method; 556Debug.Assert(!FunctionDescriptor.Method.IsStatic, "Expected an instance method"); 576ReflectionInvoke(FunctionDescriptor.Method, target, args), cancellationToken).ConfigureAwait(true);