mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
add migration query for chat history
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user