-
I have a shared application where users can import a file for use with generative ai tasks. When they are done with the app, I would like the delete the file. Ideally, I would have a function (with access to I could maybe use the Help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@on("@system.client_disconnect")
async def on_client_disconnect(q: Q):
print("DISCONNECTED") I struggled to find this in docs, but found it in discussions! |
Beta Was this translation helpful? Give feedback.
I struggled to find this in docs, but found it in discussions!