feat(FN-3817): fix chat delta spacing in legacy streaming API

Fixes chat streaming delta spacing to preserve proper whitespace, adding regression tests for legacy chat stream handlers and the createChatStreamHandlers factory. A changeset was created for the `@runfusion/fusion` package.

Fusion-Task-Id: FN-3817
This commit is contained in:
Fusion
2026-05-11 00:49:25 -07:00
committed by gsxdsm
parent 544383ab3f
commit ef3281bc9d
4 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Preserve whitespace at SSE delta boundaries in dashboard chat streaming so streamed multi-sentence assistant responses render `. ` correctly between sentences in ChatView and QuickChatFAB.