fix: address source provider review notes

This commit is contained in:
lda
2026-06-12 10:56:51 +07:00 Verified
parent bad3dbae0c
commit 53a5111dc4
9 changed files with 46 additions and 23 deletions
+2
View File
@@ -8,6 +8,8 @@ from wf_core import ReducerSpec
from wf_core.runtime.ops.merges import ReducerDefinition
from wf_platform.refs import CapabilityRef
# Source kind is source-origin metadata, not a provider interface:
# system=built-ins, connection=upstream/stateful providers, python=trusted local code.
SourceKind = Literal["system", "connection", "python"]
JsonObject = dict[str, Any]
SOURCE_PREVIEW_LIMIT = 3