The current version of the template does not support resumable streams. When the reload button is clicked, the chat is expected to resume from the last step, but this is not happening.
The API route responsible for handling the stream is explicitly returning a 204 status code, it means that the required code has not been implemented.
The image below shows the state of the application after clicking the reload button.

The current version of the template does not support resumable streams. When the reload button is clicked, the chat is expected to resume from the last step, but this is not happening.
The API route responsible for handling the stream is explicitly returning a 204 status code, it means that the required code has not been implemented.
The image below shows the state of the application after clicking the reload button.