fix: expose run step identities across transports
This commit is contained in:
@@ -4347,6 +4347,16 @@
|
||||
"state_changes": {
|
||||
"$ref": "#/components/schemas/JsonObject"
|
||||
},
|
||||
"step_number": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"step_type": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -4355,6 +4365,7 @@
|
||||
"frame_id",
|
||||
"node_id",
|
||||
"step_type",
|
||||
"step_number",
|
||||
"resolved_input",
|
||||
"outcome",
|
||||
"next_node_id",
|
||||
|
||||
Reference in New Issue
Block a user