wujingjing
2024-12-31 2db98acd7d2c36fe23756051c2c858ab33244572
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;