@lvce-editor/chat-view 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4282,7 +4282,7 @@ const handleSubmit = async state => {
|
|
|
4282
4282
|
await appendChatViewEvent({
|
|
4283
4283
|
sessionId: optimisticState.selectedSessionId,
|
|
4284
4284
|
timestamp: new Date().toISOString(),
|
|
4285
|
-
type: '
|
|
4285
|
+
type: 'sse-response-part',
|
|
4286
4286
|
value
|
|
4287
4287
|
});
|
|
4288
4288
|
},
|