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