We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb691c commit 9e6aa4dCopy full SHA for 9e6aa4d
lib/lightning_web/live/ai_assistant/component.ex
@@ -212,10 +212,9 @@ defmodule LightningWeb.AiAssistant.Component do
212
end
213
214
defp handle_streaming_complete(socket) do
215
- # Keep streamed content in memory until payload arrives
+ # Keep streamed content and status in memory until payload arrives
216
# This allows saving content + code together in one operation
217
socket
218
- |> assign(streaming_status: nil)
219
220
221
defp handle_streaming_payload_complete(payload_data, socket) do
0 commit comments