Fix bugs, clean code, bring everything up-to-date and standardize a bit more.
f748a3e
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: | |
raw_response.code: "code" | |
output_keys: | |
- "code" | |
subflows_config: | |
- _target_: flows.flow_verse.instantiate_flow | |
repository_id: ${oc.env:CC_FLOWS} | |
class_name: CF_PlanCollab | |
- _target_: flows.flow_verse.instantiate_flow | |
repository_id: ${oc.env:CC_FLOWS} | |
class_name: CF_CodeWithPlan | |