1 write to Method
Microsoft.Extensions.AI (1)
Functions\AIFunctionFactory.cs (1)
802
Method
= key.Method;
3 references to Method
Microsoft.Extensions.AI (3)
Functions\AIFunctionFactory.cs (3)
640
public override MethodInfo UnderlyingMethod => FunctionDescriptor.
Method
;
655
Debug.Assert(!FunctionDescriptor.
Method
.IsStatic, "Expected an instance method");
672
ReflectionInvoke(FunctionDescriptor.
Method
, target, args), cancellationToken);