Merge branch 'main' into feature/ChatHistory2

This commit is contained in:
chungyau97
2023-10-22 07:29:24 +08:00
124 changed files with 3574 additions and 313 deletions
+4
View File
@@ -166,6 +166,10 @@ export interface IActiveChatflows {
}
}
export interface IActiveCache {
[key: string]: Map<any, any>
}
export interface IOverrideConfig {
node: string
nodeId: string