mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
adding fix to hierarchical process
This commit is contained in:
@@ -200,6 +200,7 @@ class Crew(BaseModel):
|
|||||||
goal=i18n.retrieve("hierarchical_manager_agent", "goal"),
|
goal=i18n.retrieve("hierarchical_manager_agent", "goal"),
|
||||||
backstory=i18n.retrieve("hierarchical_manager_agent", "backstory"),
|
backstory=i18n.retrieve("hierarchical_manager_agent", "backstory"),
|
||||||
tools=AgentTools(agents=self.agents).tools(),
|
tools=AgentTools(agents=self.agents).tools(),
|
||||||
|
llm=self.manager_llm,
|
||||||
verbose=True,
|
verbose=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user