Method Continue
Continue(string, PlanningStep)
Creates a result indicating planning should continue.
public static PlanningStepResult Continue(string thought = null, PlanningStep step = null)
Parameters
thoughtstringThe extracted thought from this step.
stepPlanningStepThe optional planning step to record.
Returns
- PlanningStepResult
A continue result.