From 3c9dca4d6d09dbf29db217c0e4dcc91e3ef5a13d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 03 十二月 2024 11:00:35 +0800 Subject: [PATCH] 提问中断 --- src/components/chat/hooks/useScrollLoad.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/chat/hooks/useScrollLoad.ts b/src/components/chat/hooks/useScrollLoad.ts index 0309fed..4a8b0ec 100644 --- a/src/components/chat/hooks/useScrollLoad.ts +++ b/src/components/chat/hooks/useScrollLoad.ts @@ -99,6 +99,8 @@ createTime: answerTime, stepList: convertProcessToStep(item?.answer?.exec_process), stepIsShow: false, + isStopMsg: false, + conclusion: item?.answer?.conclusion ?? [], isChecked: false, } @@ -138,6 +140,8 @@ content: parseAnswerContent(msgValue), stepList: convertProcessToStep(msgValue.exec_process), stepIsShow: false, + isStopMsg: false, + conclusion: msgValue.conclusion ?? [], isChecked: false, }; -- Gitblit v1.9.3