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.

Default implementation returns the input unchanged.

public virtual string PrepareInput(PlanningContext context, string userInput)

Parameters

context PlanningContext

The current planning context.

userInput string

The original user input.

Returns

string

The transformed input.