Spaces:
Running
Running
Update agent_llamaindex.py
Browse files- 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))
|