
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
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- Is it possible to change the model to a ...
Is it possible to change the model to a custom model, like: https://chatgpt.com/g/g-rmdbtMF7a-expedia , or only the base 3.5 turbo is possible for chatting?
