WaldiezDebugInputResponse
WaldiezDebugInputResponse =
object
Defined in: components/stepByStep/types.ts:76
debug_input_response message (client - backend). Prefer sending this structured form over raw strings so the backend can validate request_id.
Properties¶
data¶
data:
WaldiezDebugResponseCode|string
Defined in: components/stepByStep/types.ts:79
request_id¶
request_id:
string
Defined in: components/stepByStep/types.ts:78
type¶
type:
"debug_input_response"|"input_response"
Defined in: components/stepByStep/types.ts:77