Add files via upload

This commit is contained in:
公明
2026-03-29 01:44:49 +08:00
committed by GitHub
parent f988b9f611
commit 324ac638d9

View File

@@ -691,6 +691,9 @@ function handleStreamEvent(event, progressElement, progressId,
};
switch (event.type) {
case 'heartbeat':
// SSE 长连接保活,无需更新 UI
break;
case 'conversation':
if (event.data && event.data.conversationId) {
// 在更新之前先获取任务对应的原始对话ID