eta.core.reasoning.infer_top_down
- infer_top_down(facts, ds)[source]
Infer new facts in a “top-down” manner, using the current expected/intended plan step as context.
- Parameters:
facts (list[Eventuality]) – A list of facts to use for inference.
ds (DialogueState) –
- Returns:
A list of inferred facts.
- Return type: