bstraehle commited on
Commit
81604a2
·
verified ·
1 Parent(s): 030f40f

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -2
crew.py CHANGED
@@ -85,8 +85,7 @@ def run_crew(question, file_name):
85
 
86
  manager_agent = Agent(
87
  role="manager_agent",
88
- #goal="Try to answer the following question. If needed, delegate to **one** of your coworkers, image_analysis_agent, python_coding_agent, video_analysis_agent, or web_search_agent for help. Question: \"{topic}\" ",
89
- goal="Try to answer the question. If needed, delegate to **one** of your coworkers, image_analysis_agent, python_coding_agent, video_analysis_agent, or web_search_agent for help. ",
90
  backstory="As an expert manager assistant, you answer the question. ",
91
  allow_delegation=True,
92
  llm=MANAGER_MODEL,
 
85
 
86
  manager_agent = Agent(
87
  role="manager_agent",
88
+ goal="Try to answer the following question. If needed, delegate to **one** of your coworkers, image_analysis_agent, python_coding_agent, video_analysis_agent, or web_search_agent for help. Question: \"{topic}\" ",
 
89
  backstory="As an expert manager assistant, you answer the question. ",
90
  allow_delegation=True,
91
  llm=MANAGER_MODEL,