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
Fix message ordering race condition by creating assistant messages on first chunk #2
The previous design created two database records within milliseconds, causing ActionCable to sometimes deliver them out of order. Now we only create the assistant message when actual content arrives from the API.
0 commit comments