add upload files and tool features

This commit is contained in:
Henry
2023-11-09 11:55:30 +00:00
parent 08eb8dd4e0
commit b607c1228f
19 changed files with 510 additions and 145 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface IChatMessage {
content: string
chatflowid: string
sourceDocuments?: string
usedTools?: string
chatType: string
chatId: string
memoryType?: string