eta.core.planning.reorder_plan_steps
- reorder_plan_steps(plan, ds)[source]
Reorder steps in the plan according to imposed constraints.
- Parameters:
plan (PlanNode or None) – The plan to expand (if one exists).
ds (DialogueState) –
- Returns:
The updated plan, if successful.
- Return type:
PlanNode or None
Notes
TODO: this is a stub that needs implementation.