bstraehle commited on
Commit
0063453
·
verified ·
1 Parent(s): fc5d92b

Update agent_llamaindex.py

Browse files
Files changed (1) hide show
  1. agent_llamaindex.py +1 -0
agent_llamaindex.py CHANGED
@@ -29,4 +29,5 @@ def agent_llamaindex(config, prompt):
29
  verbose = True
30
  )
31
 
 
32
  return agent.chat(prompt)
 
29
  verbose = True
30
  )
31
 
32
+ print("#####")
33
  return agent.chat(prompt)