feat: add optional query parameter to PostWorkflowDebugProps and remove realmode from ModuleDispatchProps
This commit is contained in:
@@ -65,7 +65,6 @@ export type ModuleDispatchProps<T> = ChatDispatchProps & {
|
||||
runtimeNodes: RuntimeNodeItemType[];
|
||||
runtimeEdges: RuntimeEdgeItemType[];
|
||||
params: T;
|
||||
realmode?: 'test' | 'chat' | 'debug';
|
||||
};
|
||||
|
||||
export type SystemVariablesType = {
|
||||
|
||||
Reference in New Issue
Block a user