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