
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
- 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?
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
