wujingjing
2025-01-03 0f13cb82cd3b5fc20ed79321b8fea870db1868f8
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',
}