From 68df4582c1edaf1952e6c21d769981e348fb3d04 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 20 二月 2025 18:00:29 +0800
Subject: [PATCH] 流输出

---
 src/components/chat/model/types.ts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts
index 0d88a24..45dc32f 100644
--- a/src/components/chat/model/types.ts
+++ b/src/components/chat/model/types.ts
@@ -84,8 +84,10 @@
 };
 export const enum MultiChatType {
 	Select = 'select',
+	InputSelect = 'input-select',
 	Summary = 'summary',
 	Result = 'result',
+	TimeRange = 'time_range',
 }
 type SubStep = {
 	data: any;
@@ -98,4 +100,7 @@
 	// 娑堣�楁椂闂�
 	ms?: string | number;
 	subStep?: SubStep[];
+	// isLoading?:boolean;
+	/** @description 涓存椂浣跨敤锛屾帶鍒跺己鍒朵笉鏄剧ず loading */
+	finishLoading?:boolean;
 };

--
Gitblit v1.9.3