eta.core.planning.expand_primitive_step
- expand_primitive_step(event, ds)[source]
 Expand a primitive step, i.e., one whose expansion method is supported directly.
- Parameters:
 event (Eventuality) – The condition eventuality to expand.
ds (DialogueState) –
- Returns:
 The updated plan, if successful.
- Return type:
 PlanNode or None