feat: Add optional workflowInteractiveResponse field to PostWorkflowDebugResponse type
This commit is contained in:
@@ -18,5 +18,6 @@ export type PostWorkflowDebugResponse = {
|
||||
finishedEdges: RuntimeEdgeItemType[];
|
||||
nextStepRunNodes: RuntimeNodeItemType[];
|
||||
flowResponses: ChatHistoryItemResType[];
|
||||
workflowInteractiveResponse?: WorkflowInteractiveResponseType;
|
||||
newVariables: Record<string, any>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user