Update crew.py (#644)

Fixed Type on line 53
This commit is contained in:
theCyberTech - Rip&Tear
2024-05-24 11:06:27 +08:00
committed by GitHub
parent 56f1d24e9d
commit 27412c89dd

View File

@@ -50,7 +50,7 @@ class Crew(BaseModel):
full_output: Whether the crew should return the full output with all tasks outputs or just the final output.
task_callback: Callback to be executed after each task for every agents execution.
step_callback: Callback to be executed after each step for every agents execution.
share_crew: Whether you want to share the complete crew infromation and execution with crewAI to make the library better, and allow us to train models.
share_crew: Whether you want to share the complete crew information and execution with crewAI to make the library better, and allow us to train models.
"""
__hash__ = object.__hash__ # type: ignore