Method PrepareInput
PrepareInput(PlanningContext, string)
Prepares the input by appending the step-by-step reasoning instruction.
public override string PrepareInput(PlanningContext context, string userInput)
Parameters
contextPlanningContextThe planning context.
userInputstringThe original user input.
Returns
- string
The input with reasoning instruction appended.