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