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