Commit
·
badc5db
1
Parent(s):
06f1348
Clean up CodeTesting.
Browse files- CF_CodeTesting.yaml +1 -14
CF_CodeTesting.yaml
CHANGED
@@ -9,7 +9,7 @@ output_keys:
|
|
9 |
- "all_tests_passed"
|
10 |
- "testing_results_summary"
|
11 |
output_data_transformations:
|
12 |
-
- _target_: martinjosifoski.CC_flows.src.data_transformations.CorrectnessFlag
|
13 |
input_key: "raw_response.public_tests_results"
|
14 |
output_key: "all_tests_passed"
|
15 |
- _target_: martinjosifoski.CC_flows.src.data_transformations.TestingResultsSummaryGeneration
|
@@ -73,16 +73,3 @@ output_data_transformations:
|
|
73 |
tests_separator: "\n\n"
|
74 |
|
75 |
issue_title: "# Issue with the last proposed solution"
|
76 |
-
|
77 |
-
feedback_title: "# Feedback on the last proposed solution"
|
78 |
-
|
79 |
-
no_code_template: |2-
|
80 |
-
${.feedback_title}
|
81 |
-
The code was not provided in the correct output format specified in the request or it was not provided at all.
|
82 |
-
feedback_only_template: |2-
|
83 |
-
${.feedback_title}
|
84 |
-
{{feedback_content}}
|
85 |
-
feedback_and_issue_template: |2-
|
86 |
-
{{issue_description}}
|
87 |
-
|
88 |
-
{{feedback_content}}
|
|
|
9 |
- "all_tests_passed"
|
10 |
- "testing_results_summary"
|
11 |
output_data_transformations:
|
12 |
+
- _target_: martinjosifoski.CC_flows.src.data_transformations.CorrectnessFlag
|
13 |
input_key: "raw_response.public_tests_results"
|
14 |
output_key: "all_tests_passed"
|
15 |
- _target_: martinjosifoski.CC_flows.src.data_transformations.TestingResultsSummaryGeneration
|
|
|
73 |
tests_separator: "\n\n"
|
74 |
|
75 |
issue_title: "# Issue with the last proposed solution"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|