Hi there,
I try to implement in my chat app autoscroll on a RG (adding pairs of pause + scroll to last item) while ChatGPT API is streaming. I have been experimenting a lot and realised some strange things. I use the conditional event (when streaming is yes) to start the autoscroll workflow, however nothing happens. I have checked, and the workflow runs when it is intended, but the RG scroll does not work properly:
Even more strangely, when I apply the same autoscroll action pairs within the original chat workflow (after calling the ChatGPT streaming API), it does the job properly…However, this way it is much less scalable, thus I wanna switch to the first approach.
Could anyone please.help me out?
Or do you probably know other ways to realise autoscroll in chat using RG?