LoopEvaluation.Continue(String) Method

Definition

Creates an evaluation that re-invokes the wrapped agent, optionally carrying feedback forward.

public static Microsoft.Agents.AI.LoopEvaluation Continue(string? feedback = default);
static member Continue : string -> Microsoft.Agents.AI.LoopEvaluation
Public Shared Function Continue (Optional feedback As String = Nothing) As LoopEvaluation

Parameters

feedback
String

Optional feedback to inform the next iteration. null, empty, or whitespace is treated as no feedback.

Returns

An evaluation with ShouldReinvoke set to true.

Applies to