LoopEvaluation.Stop Method

Definition

Creates an evaluation that stops the loop and returns the latest response to the caller.

public static Microsoft.Agents.AI.LoopEvaluation Stop();
static member Stop : unit -> Microsoft.Agents.AI.LoopEvaluation
Public Shared Function Stop () As LoopEvaluation

Returns

An evaluation with ShouldReinvoke set to false.

Applies to