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