From 0f13cb82cd3b5fc20ed79321b8fea870db1868f8 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 03 一月 2025 17:05:02 +0800 Subject: [PATCH] input-select --- src/components/chat/model/types.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts index d6a8f60..a1e8e34 100644 --- a/src/components/chat/model/types.ts +++ b/src/components/chat/model/types.ts @@ -59,7 +59,6 @@ role: RoleEnum; content?: ChatContent; state?: null | '1' | '0'; - sectionAId?: string; createTime?: string; stepGroup?: { value: StepItem[]; isShow: boolean }[]; isStopMsg?: boolean; @@ -85,6 +84,7 @@ }; export const enum MultiChatType { Select = 'select', + InputSelect = 'input-select', Summary = 'summary', Result = 'result', } -- Gitblit v1.9.3