If ted policy predicts next action by looking back at the previous action,wont that make a problem while fiiling a form if there was an action before the form in the story?

if ted policy predicts next action by looking back at the previous action,wont that make a problem while fiiling a form if there was an action before the form in the story??

When a form is active, FormPolicy's predictions have a higher priority over TEDPolicy. So, the form will stay active until it is interrupted by an intent which is not part of the form.

okay…thanks