WaldiezStepByStepProcessingResult
WaldiezStepByStepProcessingResult =
object
Defined in: src/waldiez/utils/stepByStep/types.ts:38
Result of processing a debug message
PropertiesΒΆ
controlAction?ΒΆ
optionalcontrolAction:WaldiezStepByStepControlAction
Defined in: src/waldiez/utils/stepByStep/types.ts:44
Control action for the UI to perform
debugMessage?ΒΆ
optionaldebugMessage:WaldiezDebugMessage
Defined in: src/waldiez/utils/stepByStep/types.ts:40
The parsed debug message (if valid)
error?ΒΆ
optionalerror:object
Defined in: src/waldiez/utils/stepByStep/types.ts:48
Error information if processing failed
code?ΒΆ
optionalcode:string
messageΒΆ
message:
string
originalData?ΒΆ
optionaloriginalData:any
isWorkflowEnd?ΒΆ
optionalisWorkflowEnd:boolean
Defined in: src/waldiez/utils/stepByStep/types.ts:46
Whether this indicates workflow end
stateUpdate?ΒΆ
optionalstateUpdate:Partial\<WaldiezStepByStep>
Defined in: src/waldiez/utils/stepByStep/types.ts:42
Partial state updates to apply to WaldiezStepByStep