Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +1 -1
chain_app.py
CHANGED
|
@@ -64,7 +64,7 @@ async def set_starters():
|
|
| 64 |
@cl.step(type="tool")
|
| 65 |
async def tool():
|
| 66 |
# Simulate a running task
|
| 67 |
-
await cl.sleep(
|
| 68 |
|
| 69 |
return "Response from the tool!"
|
| 70 |
|
|
|
|
| 64 |
@cl.step(type="tool")
|
| 65 |
async def tool():
|
| 66 |
# Simulate a running task
|
| 67 |
+
await cl.sleep(1)
|
| 68 |
|
| 69 |
return "Response from the tool!"
|
| 70 |
|