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', }