Update agents/crew.py
Browse files- agents/crew.py +4 -2
agents/crew.py
CHANGED
|
@@ -313,7 +313,9 @@ def run_crew(question, file_path):
|
|
| 313 |
print(f"🤖 Crew execution completed")
|
| 314 |
|
| 315 |
final_answer = AITools.final_answer_tool(question, answer)
|
| 316 |
-
|
|
|
|
| 317 |
print(f"🤖 Answer: {final_answer}")
|
| 318 |
-
|
|
|
|
| 319 |
return final_answer
|
|
|
|
| 313 |
print(f"🤖 Crew execution completed")
|
| 314 |
|
| 315 |
final_answer = AITools.final_answer_tool(question, answer)
|
| 316 |
+
|
| 317 |
+
print("")
|
| 318 |
print(f"🤖 Answer: {final_answer}")
|
| 319 |
+
print("")
|
| 320 |
+
|
| 321 |
return final_answer
|