Method ProcessOutput
ProcessOutput(PlanningContext, string)
Processes the model's response and determines next steps.
public abstract PlanningStepResult ProcessOutput(PlanningContext context, string modelOutput)
Parameters
contextPlanningContextThe current planning context.
modelOutputstringThe raw output from the model.
Returns
- PlanningStepResult
A result indicating the planning state.