: I am currently leveraging OpenAI’s Assistant APIs to develop my chat application. However, I have noticed that in the current API documentation, there is a requirement for actively polling the results after each run. This approach becomes resource-intensive, especially when dealing with a large user base. For each user, setting up an active polling listener seems to consume significant resources.
Does OpenAI offer any mechanism for aggregated querying or active push notifications? This feature would greatly enhance efficiency by reducing the need for constant polling, and instead, allow us to receive updates about the completion status of subscription runs as they happen. Any insights or updates regarding this functionality would be highly appreciated.