bstraehle commited on
Commit
567c79d
1 Parent(s): 3c646d8

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. 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 '![alt text](png_file)'
 
39
  )
40
 
41
  png_file = os.path.join("coding", "ytd_stock_gains.png")
42
+
43
+ print("### "+png_file)
44
 
45
  return '![alt text](png_file)'