diff --git a/motleycrew/tasks/task.py b/motleycrew/tasks/task.py index 9f375823..f2c3ef03 100644 --- a/motleycrew/tasks/task.py +++ b/motleycrew/tasks/task.py @@ -52,12 +52,6 @@ def __init__( self.crew.add_task(self) - self.human_input = '' - self.tools_errors: int = 0 - - def increment_tools_errors(self): - self.tools_errors += 1 - def prompt(self) -> str: """ For compatibility with crewai.Agent.execute_task