mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
add chatId column
This commit is contained in:
@@ -30,6 +30,7 @@ export interface IChatMessage {
|
||||
chatflowid: string
|
||||
sourceDocuments?: string
|
||||
chatType: string
|
||||
chatId: string
|
||||
memoryType?: string
|
||||
sessionId?: string
|
||||
createdDate: Date
|
||||
@@ -153,6 +154,7 @@ export interface IncomingInput {
|
||||
history: IMessage[]
|
||||
overrideConfig?: ICommonObject
|
||||
socketIOClientId?: string
|
||||
chatId?: string
|
||||
}
|
||||
|
||||
export interface IActiveChatflows {
|
||||
|
||||
Reference in New Issue
Block a user