Added mandatory evaluator steps
This commit is contained in:
@@ -12,7 +12,7 @@ class ConceptNodeEvaluator(OneReturnValueEvaluator):
|
||||
NAME = "ConceptNode"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(self.NAME, 60) # more than the ConceptNodeEvaluator
|
||||
super().__init__(self.NAME, [BuiltinConcepts.EVALUATION], 60) # more than the ConceptNodeEvaluator
|
||||
|
||||
def matches(self, context, return_value):
|
||||
if not return_value.status:
|
||||
|
||||
Reference in New Issue
Block a user