Skip to content

Commit

Permalink
Update crew.py (#644)
Browse files Browse the repository at this point in the history
Fixed Type on line 53
  • Loading branch information
theCyberTech authored May 24, 2024
1 parent 56f1d24 commit 27412c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crewai/crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27412c8

Please sign in to comment.