wujingjing
2025-02-20 68df4582c1edaf1952e6c21d769981e348fb3d04
src/components/chat/model/types.ts
@@ -84,8 +84,10 @@
};
export const enum MultiChatType {
   Select = 'select',
   InputSelect = 'input-select',
   Summary = 'summary',
   Result = 'result',
   TimeRange = 'time_range',
}
type SubStep = {
   data: any;
@@ -98,4 +100,7 @@
   // 消耗时间
   ms?: string | number;
   subStep?: SubStep[];
   // isLoading?:boolean;
   /** @description 临时使用,控制强制不显示 loading */
   finishLoading?:boolean;
};