Closed
Description
When message streaming is implemented, chat messages that are too long will freeze mid sentence and never finish. This is not an issue when using the normal Send method instead of Stream.
Implemented using the logic found in the example code here
The messages get stuck incomplete as seen in the image above.
Eventually the "stop" prompt disappears and the chat stays incomplete.