Skip to content

Commit

Permalink
Remove duplicate method
Browse files Browse the repository at this point in the history
  • Loading branch information
whimo authored Apr 22, 2024
1 parent c18d5f2 commit 8ae6c88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions motleycrew/tasks/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ae6c88

Please sign in to comment.