WaldiezDebugInputResponse
WaldiezDebugInputResponse =
object
Defined in: src/waldiez/components/stepByStep/types.ts:74
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: src/waldiez/components/stepByStep/types.ts:77
request_id¶
request_id:
string
Defined in: src/waldiez/components/stepByStep/types.ts:76
type¶
type:
"debug_input_response"
|"input_response"
Defined in: src/waldiez/components/stepByStep/types.ts:75