Tachi67 commited on
Commit
dbfa624
·
1 Parent(s): 582bbb2

Update ContentWriterFlow.yaml

Browse files
Files changed (1) hide show
  1. ContentWriterFlow.yaml +6 -3
ContentWriterFlow.yaml CHANGED
@@ -63,7 +63,10 @@ topology:
63
  flow: Executor
64
  output_interface:
65
  _target_: aiflows.interfaces.KeyInterface
66
- keys_to_rename:
67
- branch_output_data: observation
68
- keys_to_select: ["observation"]
 
 
 
69
  reset: false
 
63
  flow: Executor
64
  output_interface:
65
  _target_: aiflows.interfaces.KeyInterface
66
+ # in subclasses, should provide corresponding output name of the branching subflows
67
+ keys_to_rename:
68
+ branch_output_data.code: code
69
+ branch_output_data.feedback: feedback
70
+ branch_output_data.temp_code_file_location: temp_code_file_location
71
+ keys_to_delete: ["branch_output_data"]
72
  reset: false