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/model/types.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts index f5814e1..3212f7e 100644 --- a/src/components/chat/model/types.ts +++ b/src/components/chat/model/types.ts @@ -58,6 +58,7 @@ createTime?:string, stepList?:StepItem[], stepIsShow?:boolean, + isStopMsg?:boolean, /** @description 鏄惁琚�夋嫨鍒嗕韩 */ isChecked:boolean, conclusion?:any[] -- Gitblit v1.9.3