Tachi67 commited on
Commit
ab7b844
1 Parent(s): faf6c9a

add instantiation target to yaml file

Browse files
Files changed (1) hide show
  1. PlanFileEditAtomicFlow.yaml +1 -0
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"