Will Cliq support Streaming for AI / LLP resposne

Will Cliq support Streaming for AI / LLP resposne

Currently LLM APIs stream the LLM response token by token, since waiting for the entire response takes usually ~ 7-10 seconds.

Is there any intention in supporting streaming in the Cliq platform? Namely, I'd like to build a chatbot in Cliq and I want to stream its answers to the users. Currently there's no easy way of doing that and I simply post the answer once the LLM has finished.