Table of Contents

Method PrepareNextInput

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

PrepareNextInput(PlanningContext)

Prepares the next input when the planning loop continues.

Default implementation returns null to use default continuation.

public virtual string PrepareNextInput(PlanningContext context)

Parameters

context PlanningContext

The current planning context.

Returns

string

The input for the next iteration.