Skip to content

Commit

Permalink
add todo for renaming active_form
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Jun 12, 2020
1 parent 4c924da commit 7cbb5a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rasa/core/trackers.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ def _reset(self) -> None:
self.latest_message = UserUttered.empty()
self.latest_bot_utterance = BotUttered.empty()
self.followup_action = ACTION_LISTEN_NAME
# TODO: Rename to `active_loop` once the `RulePolicy` is finalized
self.active_form = {}

def _reset_slots(self) -> None:
Expand Down

0 comments on commit 7cbb5a0

Please sign in to comment.