3 references to AllowOneMoreRoundtrip
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
279
case ContinueMode.
AllowOneMoreRoundtrip
:
390
case ContinueMode.
AllowOneMoreRoundtrip
:
556
RetryOnError ? ContinueMode.Continue : ContinueMode.
AllowOneMoreRoundtrip
, // We won't allow further function calls, hence the LLM will just get one more chance to give a final answer.