From 28706df7da34b8854cdce96ad89c035eaded6ea9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 09 四月 2025 15:54:50 +0800 Subject: [PATCH] 完善数字人 --- src/components/chat/smallChat/types.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/chat/smallChat/types.ts b/src/components/chat/smallChat/types.ts index 0e929cb..8e96819 100644 --- a/src/components/chat/smallChat/types.ts +++ b/src/components/chat/smallChat/types.ts @@ -1,6 +1,8 @@ export type AssistantContent = { value:string; isLoading: boolean; + isError: boolean; + reason?: string; }; export type UserContent = { -- Gitblit v1.9.3