Table of Contents

Method Continue

Namespace
LMKit.Agents.Planning
Assembly
LM-Kit.NET.dll

Continue(string, PlanningStep)

Creates a result indicating planning should continue.

public static PlanningStepResult Continue(string thought = null, PlanningStep step = null)

Parameters

thought string

The extracted thought from this step.

step PlanningStep

The optional planning step to record.

Returns

PlanningStepResult

A continue result.