|
name: "PlanCollab_Code_Flow" |
|
description: "ToDO: add description" |
|
|
|
early_exit_key: null |
|
|
|
input_data_transformations: [] |
|
input_keys: |
|
- "problem_description" |
|
- "input_description" |
|
- "output_description" |
|
- "io_examples_and_explanation" |
|
|
|
output_data_transformations: |
|
- _target_: flows.data_transformations.KeyRename |
|
old_key2new_key: |
|
code: "code" |
|
output_keys: |
|
- "code" |
|
|
|
subflows_config: |
|
- _target_: martinjosifoski.CC_flows.CF_PlanCollab.instantiate_from_default_config |
|
- _target_: martinjosifoski.CC_flows.CF_CodeWithPlan.instantiate_from_default_config |
|
|