You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Durable Agents and have durable stream re connection, when you open a chat it types out from the beginning, slowly like it is being typed out, even though the LLM already generated the response, the processes of replaying the stream (when you refresh) is like it's being typed out again, this is more of an issue with multi-turn chat model, which is supposed to be more suitable to production solution.
Flight booking example has that issue also, i thought that i implemented something wrong with my app, but you can see it clearly in flight booking app.
2026-04-21.21-34-58.mp4
This basically makes it practically unusable for big chats, i notice that even when i'm not using the multi-turn chat model, i'm using it for single turns and i notice it.
When using Durable Agents and have durable stream re connection, when you open a chat it types out from the beginning, slowly like it is being typed out, even though the LLM already generated the response, the processes of replaying the stream (when you refresh) is like it's being typed out again, this is more of an issue with multi-turn chat model, which is supposed to be more suitable to production solution.
Flight booking example has that issue also, i thought that i implemented something wrong with my app, but you can see it clearly in flight booking app.
2026-04-21.21-34-58.mp4
This basically makes it practically unusable for big chats, i notice that even when i'm not using the multi-turn chat model, i'm using it for single turns and i notice it.