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;