Improved PyhtonEvaluator in order to use methods that need context
This commit is contained in:
@@ -16,7 +16,7 @@ class SheerkaEvaluateConcept(BaseService):
|
||||
super().__init__(sheerka)
|
||||
|
||||
def initialize(self):
|
||||
self.sheerka.bind_service_method(self, SheerkaEvaluateConcept.evaluate_concept)
|
||||
self.sheerka.bind_service_method(self.evaluate_concept)
|
||||
|
||||
@staticmethod
|
||||
def infinite_recursion_detected(context, concept):
|
||||
|
||||
Reference in New Issue
Block a user