3 references to ProcessFunctionCallsAsync
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
284
var modeAndMessages = await
ProcessFunctionCallsAsync
(chatMessages, options, functionCallContents, iteration, cancellationToken).ConfigureAwait(false);
399
var modeAndMessages = await
ProcessFunctionCallsAsync
(chatMessages, options, functionCallContents, iteration, cancellationToken).ConfigureAwait(false);
588
/// <summary>Represents the return value of <see cref="
ProcessFunctionCallsAsync
"/>, dictating how the loop should behave.</summary>