feat(core): workflow abstraction update #2
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -449,0 +472,4 @@source_output, source_desc = cls.input_type, "the composite input"else:source_output, source_desc = w.nodes[source].output_type, f"{source}.output_type"if not (isinstance(source_output, type) and issubclass(source_output, ann)):This can be done with pydantic more cleanly
a747771f4230bea5036e