merge: add workflow vision configuration

This commit is contained in:
Xin Wang
2026-07-18 00:10:28 +08:00
23 changed files with 553 additions and 34 deletions

View File

@@ -199,6 +199,7 @@ async def resolve_runtime_config(
interface_type=resource.interface_type,
values=resource.values or {},
secrets=resource.secrets or {},
support_image_input=bool(resource.support_image_input),
)
for resource in resources
if resource.enabled