Method PrepareNextInput
PrepareNextInput(PlanningContext)
Prepares the next input when the planning loop continues.
Called when ProcessOutput(PlanningContext, string) returns Continue. The handler should prepare the next prompt based on observations or reflections.
string PrepareNextInput(PlanningContext context)
Parameters
contextPlanningContextThe current planning context.
Returns
- string
The input for the next iteration, or
nullto use the default continuation.