Skip to content

Commit

Permalink
undid tracker chagne
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Jun 20, 2023
1 parent c732584 commit af2d35e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rasa/core/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ def load_model(

# update domain on all instances
self.tracker_store.domain = self.domain
if hasattr(self.tracker_store, "_tracker_store"):
self.tracker_store._tracker_store.domain = self.domain
if isinstance(self.nlg, TemplatedNaturalLanguageGenerator):
self.nlg.responses = self.domain.responses if self.domain else {}

Expand Down

0 comments on commit af2d35e

Please sign in to comment.