Feature/Add prepend messages to memory (#2410)

add prepend messages to memory
This commit is contained in:
Henry Heng
2024-05-20 17:08:34 +01:00
committed by GitHub
parent 816436f8fa
commit 8caca472ba
27 changed files with 219 additions and 55 deletions
+1
View File
@@ -212,6 +212,7 @@ export interface IncomingInput {
stopNodeId?: string
uploads?: IFileUpload[]
leadEmail?: string
history?: IMessage[]
}
export interface IActiveChatflows {