fix: small bugfix

ref: N25B-400
This commit is contained in:
Pim Hutting
2026-01-08 10:59:24 +01:00
parent 4bf2be6359
commit 6b34f4b82c

View File

@@ -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)