Update crew.py
Browse files
crew.py
CHANGED
@@ -120,7 +120,7 @@ def run_crew(question, file_name):
|
|
120 |
)
|
121 |
|
122 |
manager_task = Task(
|
123 |
-
agent=
|
124 |
description="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}\" ",
|
125 |
expected_output="The answer to the question. "
|
126 |
)
|
|
|
120 |
)
|
121 |
|
122 |
manager_task = Task(
|
123 |
+
agent=manager_agent2,
|
124 |
description="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}\" ",
|
125 |
expected_output="The answer to the question. "
|
126 |
)
|