add instantiation target to yaml file
Browse files
PlanFileEditAtomicFlow.yaml
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
name: "PlanFileEditAtomicFlow"
|
2 |
description: "A flow that writes plan to a temp file"
|
|
|
3 |
|
4 |
input_interface:
|
5 |
- "plan"
|
|
|
1 |
name: "PlanFileEditAtomicFlow"
|
2 |
description: "A flow that writes plan to a temp file"
|
3 |
+
_target_: flow_modules.aiflows.PlanFileEditFlowModule.PlanFileEditAtomicFlow.instantiate_from_default_config
|
4 |
|
5 |
input_interface:
|
6 |
- "plan"
|