Table of Contents

Method PrepareInput

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

PrepareInput(PlanningContext, string)

Prepares the input based on the current phase.

public override string PrepareInput(PlanningContext context, string userInput)

Parameters

context PlanningContext

The planning context.

userInput string

The original user input.

Returns

string

The phase-appropriate prompt.