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