fix: small bugfix
ref: N25B-400
This commit is contained in:
@@ -210,7 +210,7 @@ class UserInterruptAgent(BaseAgent):
|
||||
for goal in phase.goals:
|
||||
self._goal_map[str(goal.id)] = AgentSpeakGenerator.slugify(goal)
|
||||
|
||||
for norm in phase.conditional_norms:
|
||||
for norm in phase.norms:
|
||||
if norm.condition:
|
||||
asl_slug = AgentSpeakGenerator.slugify(norm)
|
||||
belief_id = str(norm.condition)
|
||||
|
||||
Reference in New Issue
Block a user