mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
committed by
GitHub
parent
ce7d86e0df
commit
c027aa8bf6
@@ -426,7 +426,7 @@ class Crew(BaseModel):
|
||||
backstory=i18n.retrieve("hierarchical_manager_agent", "backstory"),
|
||||
tools=AgentTools(agents=self.agents).tools(),
|
||||
llm=self.manager_llm,
|
||||
verbose=True,
|
||||
verbose=self.verbose,
|
||||
)
|
||||
|
||||
task_output = ""
|
||||
|
||||
Reference in New Issue
Block a user