WaldiezStepByStep
WaldiezStepByStep =
object
Defined in: src/waldiez/components/stepByStep/types.ts:271
UI state slice for step-by-step mode.
PropertiesΒΆ
activeΒΆ
active:
boolean
Defined in: src/waldiez/components/stepByStep/types.ts:275
If true, step-by-step mode is active (a flow is running)
activeRequest?ΒΆ
optionalactiveRequest:WaldiezActiveRequest|null
Defined in: src/waldiez/components/stepByStep/types.ts:309
Active user's input request. For replying to messages of type input_request (Not for control messages)
autoContinueΒΆ
autoContinue:
boolean
Defined in: src/waldiez/components/stepByStep/types.ts:279
If true, backend auto-continues without user input
breakpointsΒΆ
breakpoints: (
string|WaldiezBreakpoint)[]
Defined in: src/waldiez/components/stepByStep/types.ts:281
Event types to break on (empty means break on all)
currentEvent?ΒΆ
optionalcurrentEvent:Record\<string,unknown>
Defined in: src/waldiez/components/stepByStep/types.ts:287
The most recent debug_event_info payload
eventHistoryΒΆ
eventHistory:
Record\<string,unknown>[]
Defined in: src/waldiez/components/stepByStep/types.ts:285
Raw event history accumulated client-side
handlers?ΒΆ
optionalhandlers:WaldiezStepHandlers
Defined in: src/waldiez/components/stepByStep/types.ts:311
Handlers for step-specific actions
help?ΒΆ
optionalhelp:WaldiezDebugHelpCommandGroup[]
Defined in: src/waldiez/components/stepByStep/types.ts:289
Debug help content (from debug_help)
lastError?ΒΆ
optionallastError:string
Defined in: src/waldiez/components/stepByStep/types.ts:291
Last error (from debug_error)
participants?ΒΆ
optionalparticipants:WaldiezChatParticipant[]
Defined in: src/waldiez/components/stepByStep/types.ts:293
List of participants in the chat
pendingControlInput?ΒΆ
optionalpendingControlInput: {prompt:string;request_id:string; } |null
Defined in: src/waldiez/components/stepByStep/types.ts:301
Pending control action input. For replying to messages of type debug_input_request. Separate from the normal chat's activeRequests.
showΒΆ
show:
boolean
Defined in: src/waldiez/components/stepByStep/types.ts:273
Whether to show the related view
stats?ΒΆ
optionalstats:WaldiezDebugStats
Defined in: src/waldiez/components/stepByStep/types.ts:283
Last stats snapshot (from debug_stats).
stepModeΒΆ
stepMode:
boolean
Defined in: src/waldiez/components/stepByStep/types.ts:277
If true, runner will pause at breakpoints
timeline?ΒΆ
optionaltimeline:WaldiezTimelineData
Defined in: src/waldiez/components/stepByStep/types.ts:295
Timeline of events