Spaces:
Runtime error
Runtime error
Commit
·
21c417c
1
Parent(s):
78671da
app.py
CHANGED
|
@@ -97,7 +97,7 @@ class ChainlitUserProxyAgent(UserProxyAgent):
|
|
| 97 |
if res.get("value") == "exit":
|
| 98 |
return "exit"
|
| 99 |
|
| 100 |
-
reply = cl.run_sync(ask_helper(cl.AskUserMessage, content=prompt, timeout=
|
| 101 |
|
| 102 |
return reply["content"].strip()
|
| 103 |
|
|
|
|
| 97 |
if res.get("value") == "exit":
|
| 98 |
return "exit"
|
| 99 |
|
| 100 |
+
reply = cl.run_sync(ask_helper(cl.AskUserMessage, content=prompt, timeout=200))
|
| 101 |
|
| 102 |
return reply["content"].strip()
|
| 103 |
|