
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
- endpoint for functions suddenly stopped ...
I have no clue why, I created a new function because the old one wouldnt stop refreshing with an old github version. Changed function Id yet now function wont t...
- Cloud Function Not Resolvable without dn...
I ran into an issue with the deployment container for a cloud function not being resolvable (error: `Internal curl errors has occurred within the executor! Erro...
- account
Hi, can i use account.get if i want to check if a user exists ? in a function
