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 {