fix: delegate structured schema references

This commit is contained in:
lda
2026-09-05 05:00:11 +07:00 Verified
parent 74a3dd2b1f
commit d8a0eef780
10 changed files with 443 additions and 524 deletions
+6 -1
View File
@@ -633,7 +633,12 @@ def _composer_inventory_workflow():
start="orders",
nodes=[
ForeachNode.model_validate(
{"id": "orders", "type": "foreach", "over": "state.orders", "as": "order"}
{
"id": "orders",
"type": "foreach",
"over": "state.orders",
"as": "order",
}
),
NodeUse(id="body", type="node", node="noop"),
],