
I want to provide ui feedback when a particular event, out of series of events it take to complete the whole task in server side, takes place. e.g. to auto fill forms using AI it takes generally 3 events to complete this task.
- GET the form to auto fill.
- extract the input fields to fill.
- prompt the LLM to generate a structured response containing relevant information from user uploaded files.
so it would be very nice and convenient to notify user about the completion of every event because it will take approx 5-10s to complete the whole task.

I want Appwrite function to send events for completion of these events and finally send the res.json for the generated object.
Recommended threads
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
- Deployment Error Logs - Golang Functions
Hi guys - I have been developing an appwrite function via the cloud service with a golang runtime environment. Currently, I only get error messages whilst deplo...
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
