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