making sure all tests pass

This commit is contained in:
João Moura
2024-09-15 19:37:58 -03:00
parent f216b0a78c
commit 8ca0821718
87 changed files with 18066 additions and 21039 deletions

View File

@@ -20,6 +20,7 @@ class CrewAgentExecutorMixin:
task: Optional["Task"]
iterations: int
have_forced_answer: bool
max_iter: int
_i18n: I18N
def _should_force_answer(self) -> bool: