bstraehle commited on
Commit
53fa545
1 Parent(s): 6a3f8b5

Update agent_llamaindex.py

Browse files
Files changed (1) hide show
  1. agent_llamaindex.py +1 -1
agent_llamaindex.py CHANGED
@@ -31,4 +31,4 @@ def agent_llamaindex(config, prompt):
31
  verbose = True
32
  )
33
 
34
- return agent.chat(prompt)
 
31
  verbose = True
32
  )
33
 
34
+ return str(agent.chat(prompt))