3 references to InvokeFunctionAsync
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
210
/// By default, the protected <see cref="
InvokeFunctionAsync
"/> method is called for each <see cref="AIFunction"/> to be invoked,
212
/// <see cref="
InvokeFunctionAsync
"/> will replace its normal invocation with a call to this delegate, enabling
835
result = await
InvokeFunctionAsync
(context, cancellationToken);