feat: add optional query parameter to PostWorkflowDebugProps and remove realmode from ModuleDispatchProps

This commit is contained in:
sd0ric4
2025-03-26 00:12:28 +08:00
parent 369c4b247b
commit 5ec7bbf3d3
9 changed files with 572 additions and 17 deletions

View File

@@ -65,7 +65,6 @@ export type ModuleDispatchProps<T> = ChatDispatchProps & {
runtimeNodes: RuntimeNodeItemType[];
runtimeEdges: RuntimeEdgeItemType[];
params: T;
realmode?: 'test' | 'chat' | 'debug';
};
export type SystemVariablesType = {