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?ΒΆ
optional
activeRequest:WaldiezActiveRequest
|null
Defined in: src/waldiez/components/stepByStep/types.ts:322
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:280
If true, backend auto-continues without user input
breakpointsΒΆ
breakpoints: (
string
|WaldiezBreakpoint
)[]
Defined in: src/waldiez/components/stepByStep/types.ts:283
Event types to break on (empty means break on all)
currentEvent?ΒΆ
optional
currentEvent:Record
\<string
,unknown
>
Defined in: src/waldiez/components/stepByStep/types.ts:294
The most recent debug_event_info
payload
eventHistoryΒΆ
eventHistory:
Record
\<string
,unknown
>[]
Defined in: src/waldiez/components/stepByStep/types.ts:291
Raw event history accumulated client-side
handlersΒΆ
handlers:
WaldiezStepHandlers
Defined in: src/waldiez/components/stepByStep/types.ts:325
Handlers for step-specific actions
help?ΒΆ
optional
help:WaldiezDebugHelp
["help"
]
Defined in: src/waldiez/components/stepByStep/types.ts:297
Debug help content (from debug_help
)
lastError?ΒΆ
optional
lastError:string
Defined in: src/waldiez/components/stepByStep/types.ts:300
Last error (from debug_error
)
participants?ΒΆ
optional
participants:WaldiezChatParticipant
[]
Defined in: src/waldiez/components/stepByStep/types.ts:303
List of participants in the chat
pendingControlInput?ΒΆ
optional
pendingControlInput: {prompt
:string
;request_id
:string
; } |null
Defined in: src/waldiez/components/stepByStep/types.ts:313
Pending control action input. For replying to messages of type debug_input_request
. Separate from the normal chat's activeRequest
to decouple UIs.
showΒΆ
show:
boolean
Defined in: src/waldiez/components/stepByStep/types.ts:273
Whether to show the related view
stats?ΒΆ
optional
stats:WaldiezDebugStats
["stats"
]
Defined in: src/waldiez/components/stepByStep/types.ts:288
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?ΒΆ
optional
timeline:WaldiezTimelineData
Defined in: src/waldiez/components/stepByStep/types.ts:306
Timeline of events