fix: expose run step identities across transports

This commit is contained in:
lda
2026-09-05 23:40:25 +07:00 Verified
parent fd48a67819
commit 0612247f56
13 changed files with 97 additions and 0 deletions
+11
View File
@@ -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",