fix: achieved goal in bdi core

ref: N25B-400
This commit is contained in:
2026-01-13 12:26:18 +01:00
parent 65e0b2d250
commit f87651f691
4 changed files with 4 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ class Belief(BaseModel):
"""
name: str
arguments: list[str] | None
arguments: list[str] | None = None
# To make it hashable
model_config = {"frozen": True}