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