fix upser vector API

This commit is contained in:
Henry
2023-12-08 18:51:40 +00:00
parent a0c2b8b26a
commit d2d21c45fe
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ export interface IncomingInput {
export interface IActiveChatflows {
[key: string]: {
startingNodes: IReactFlowNode[]
endingNodeData: INodeData
endingNodeData?: INodeData
inSync: boolean
overrideConfig?: ICommonObject
}