feat: semantically determine goal completion
ref: N25B-432
This commit is contained in:
@@ -117,7 +117,7 @@ class Goal(ProgramElement):
|
||||
:ivar can_fail: Whether we can fail to achieve the goal after executing the plan.
|
||||
"""
|
||||
|
||||
description: str
|
||||
description: str = ""
|
||||
plan: Plan
|
||||
can_fail: bool = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user