Table of Contents

Method PrepareNextInput

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

PrepareNextInput(PlanningContext)

Prepares the next input after receiving an observation (tool result).

public override string PrepareNextInput(PlanningContext context)

Parameters

context PlanningContext

The planning context.

Returns

string

The continuation prompt with observation, or null to continue normally.