feat: expose composite step inputs

This commit is contained in:
lda
2026-08-13 18:44:40 +07:00 Verified
parent 0eeb6079d4
commit 144152a0ad
27 changed files with 495 additions and 92 deletions
+3 -2
View File
@@ -188,8 +188,9 @@ InputBinding = Annotated[
Field(
union_mode="left_to_right",
description=(
"Canonical node input binding. Use either a path binding with "
"`path`, or a literal binding with `value`; do not provide both."
"Simple canonical binding for node inputs or workflow outputs. Use "
"either a path binding with `path`, or a literal binding with `value`; "
"composite `expression` bindings are node-local only."
),
),
]