wujingjing
2024-07-18 cf7eda004123f2ee07bfa7d05f51f71f9dbb4bcd
src/components/chat/model/types.ts
@@ -42,8 +42,9 @@
export type ChatContent = {
   type: AnswerType;
   values: any;
   error?: string;
   msg?: string;
   askMoreList?:ContextHistory[];
   errCode?:string;
};
export interface ChatMessage {