Method PrepareInput
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
contextPlanningContextThe current planning context.
userInputstringThe original user input.
Returns
- string
The transformed input.