Table of Contents

Method PrepareInput

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

PrepareInput(PlanningContext, string)

Prepares the input by appending the step-by-step reasoning instruction.

public override string PrepareInput(PlanningContext context, string userInput)

Parameters

context PlanningContext

The planning context.

userInput string

The original user input.

Returns

string

The input with reasoning instruction appended.

Share