From 8ae6c8848dfb1b35f0459d791fc13d02767cc109 Mon Sep 17 00:00:00 2001 From: Artemy Belousov Date: Mon, 22 Apr 2024 23:16:59 +0400 Subject: [PATCH] Remove duplicate method --- motleycrew/tasks/task.py | 6 ------ 1 file changed, 6 deletions(-) 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