Update api.py
Browse files
api.py
CHANGED
@@ -656,7 +656,7 @@ Try to be about the same length as the examples if possible."""
|
|
656 |
final_output.append(
|
657 |
ProblemDescriptionItem(
|
658 |
problem_description=problem_description,
|
659 |
-
problematic=problematic
|
660 |
score=score
|
661 |
)
|
662 |
)
|
|
|
656 |
final_output.append(
|
657 |
ProblemDescriptionItem(
|
658 |
problem_description=problem_description,
|
659 |
+
problematic=problematic,
|
660 |
score=score
|
661 |
)
|
662 |
)
|