| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate functional and correct Python code for the given problem. | |
| Problem: """ | |
| GATHER_INSIGHTS_PROMPT = """ | |
| Provide insights or common patterns seen in validation errors for the given problem. | |
| Errors: """ |
| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate functional and correct Python code for the given problem. | |
| Problem: """ | |
| GATHER_INSIGHTS_PROMPT = """ | |
| Provide insights or common patterns seen in validation errors for the given problem. | |
| Errors: """ |