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 {