feat: add realmode parameter to workflow dispatch and update interactive handling

This commit is contained in:
sd0ric4
2025-03-25 18:42:23 +08:00
parent ccc9260ed5
commit 369c4b247b
5 changed files with 20 additions and 246 deletions

View File

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