LoopEvaluation.Stop 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 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.