Table of Contents

Method PrepareInput

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

PrepareInput(PlanningContext, string)

Transforms the user input before submission to the model.

Implementations can wrap the input with strategy-specific prompts, add reasoning instructions, or modify the input structure.

string PrepareInput(PlanningContext context, string userInput)

Parameters

context PlanningContext

The current planning context.

userInput string

The original user input.

Returns

string

The transformed input to submit to the model.