Update multi_agent.py
Browse files- multi_agent.py +2 -0
multi_agent.py
CHANGED
@@ -39,5 +39,7 @@ def run_multi_agent(llm, message):
|
|
39 |
)
|
40 |
|
41 |
png_file = os.path.join("coding", "ytd_stock_gains.png")
|
|
|
|
|
42 |
|
43 |
return ''
|
|
|
39 |
)
|
40 |
|
41 |
png_file = os.path.join("coding", "ytd_stock_gains.png")
|
42 |
+
|
43 |
+
print("### "+png_file)
|
44 |
|
45 |
return ''
|