Update multi_agent.py
Browse files- multi_agent.py +3 -1
multi_agent.py
CHANGED
|
@@ -47,5 +47,7 @@ def run_multi_agent(llm, message):
|
|
| 47 |
#png_file = os.path.join("coding", "ytd_stock_gains.png")
|
| 48 |
|
| 49 |
#print("### "+png_file)
|
|
|
|
|
|
|
| 50 |
|
| 51 |
-
return ""
|