feat: semantically determine goal completion
ref: N25B-432
This commit is contained in:
@@ -101,7 +101,7 @@ class BDIBeliefCollectorAgent(BaseAgent):
|
||||
:return: A Belief object if the input is valid or None.
|
||||
"""
|
||||
try:
|
||||
return Belief(name=name, arguments=arguments, replace=name == "user_said")
|
||||
return Belief(name=name, arguments=arguments)
|
||||
except ValidationError:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user