WaldiezStepByStepControlAction

@waldiez/react v0.6.0


WaldiezStepByStepControlAction = { prompt: string; requestId: string; type: "debug_input_request_received"; } | { message: string; severity: "info" | "warning" | "error" | "success"; type: "show_notification"; } | { breakpoints: (string | WaldiezBreakpoint)[]; type: "update_breakpoints"; } | { reason?: string; type: "workflow_ended"; } | { type: "scroll_to_latest"; }

Defined in: src/waldiez/utils/stepByStep/types.ts:14

Control actions that the UI should perform in response to debug messages