6 references to Continue
Microsoft.Extensions.AI (6)
ChatCompletion\FunctionInvokingChatClient.cs (6)
273
case ContinueMode.
Continue
when options.ToolMode is RequiredChatToolMode:
384
case ContinueMode.
Continue
when options.ToolMode is RequiredChatToolMode:
502
ContinueMode continueMode = ContinueMode.
Continue
;
533
return new(ContinueMode.
Continue
, FunctionStatus.NotFound, functionCallContent, result: null, exception: null);
547
context.Terminate ? ContinueMode.Terminate : ContinueMode.
Continue
,
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.