name: "PlanReflect_Code_Flow" | |
description: "ToDO: add description" | |
input_keys: | |
- "problem_description" | |
- "input_description" | |
- "output_description" | |
- "io_examples_and_explanation" | |
output_keys: | |
- "code" | |
subflows_config: | |
- _target_: flows.flow_verse.instantiate_flow | |
repository_id: ${oc.env:CC_FLOWS} | |
class_name: CF_PlanReflect | |
- _target_: flows.flow_verse.instantiate_flow | |
repository_id: ${oc.env:CC_FLOWS} | |
class_name: CF_CodeWithPlan | |