feat(FN-3608): update dashboard chat documentation
Updated the dashboard chat documentation in the user guide with a minor addition. Fusion-Task-Id: FN-3608
This commit is contained in:
10
.changeset/chat-stream-stuck-state.md
Normal file
10
.changeset/chat-stream-stuck-state.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix chat sending silently failing on flaky networks (especially mobile).
|
||||
The SSE reader in the dashboard client now treats a closed stream without
|
||||
a terminal `done`/`error` event as an error so streaming state unwinds
|
||||
instead of getting stuck. The `useChat` and `useQuickChat` hooks also now
|
||||
show a toast when a message is queued behind an in-flight response, so
|
||||
the previous stuck state is observable rather than silent.
|
||||
Reference in New Issue
Block a user