File size: 653 Bytes
9741e89
 
 
134c095
 
 
4961d67
 
 
 
 
 
134c095
 
 
 
4961d67
 
9741e89
 
 
4961d67
9741e89
 
4961d67
9741e89
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: "PlanReflect_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_PlanReflect
  - _target_: flows.flow_verse.instantiate_flow
    repository_id: ${oc.env:CC_FLOWS}
    class_name: CF_CodeWithPlan