wujingjing
2024-07-16 b8dc9eeb53ce361f3142ea8de2c46244ecd9d5d6
src/components/chat/model/types.ts
@@ -11,6 +11,7 @@
   Text = 'text',
   Summary = 'summary',
   Url = 'url',
   Map = 'map',
}
export const answerTypeMapCom = {
@@ -36,7 +37,7 @@
export type ChatContent = {
   type: AnswerType;
   values: any;
   error?:string;
   error?: string;
};
export interface ChatMessage {