removed file section from flow structure
This commit is contained in:
parent
7529892ebc
commit
119585b2f0
2 changed files with 0 additions and 2 deletions
|
|
@ -142,7 +142,6 @@ export function TabsProvider({ children }: { children: ReactNode }) {
|
|||
id: id.toString(),
|
||||
data,
|
||||
chat: flow ? flow.chat : [],
|
||||
files:{}
|
||||
};
|
||||
|
||||
// Increment the ID counter.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ export type FlowType = {
|
|||
data: ReactFlowJsonObject;
|
||||
chat: Array<ChatMessageType>;
|
||||
description:string;
|
||||
files:{[char: string]: string};
|
||||
};
|
||||
export type NodeType = {id:string,type:string,position:XYPosition,data:NodeDataType}
|
||||
export type NodeDataType = {type:string,node?:APIClassType,id:string,value:any}
|
||||
Loading…
Add table
Add a link
Reference in a new issue