| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Problem: """ | |
| REGENERATE_CODE_WITH_FEEDBACK_PROMPT = """ | |
| Given the problem statement and the feedback from the last attempt, please generate an alternative Python solution that addresses the issues raised. | |
| Problem: """ |