add migration query for chat history

This commit is contained in:
chungyau97
2023-09-14 14:50:56 +08:00
parent 0c71e62c2d
commit bc7d95cf9d
12 changed files with 75 additions and 8 deletions
+4 -1
View File
@@ -24,8 +24,11 @@ export interface IChatMessage {
role: MessageType
content: string
chatflowid: string
createdDate: Date
sourceDocuments?: string
chatType: string
memoryType?: string
sessionId?: string
createdDate: Date
}
export interface ITool {