LoopEvaluation.Continue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.