Spaces:
Runtime error
Runtime error
| ANALYZE_PROMPT = """ | |
| You are an expert AI system analyst. | |
| your job is to anlyze the following workflow: | |
| {workflow} | |
| Return: | |
| 1- A detailed analysis of the workflow, including its strengths and weaknesses. | |
| 2- Suggestions for improvement, if any. | |
| 3- Any potential risks or challenges associated with the workflow. | |
| 4- A simple prototype or example of how the workflow can be implemented in practice. (pyton) | |
| the final output should be in a clear and concise format, with bullet points and actionable insights and recommendations for optimizing the workflow. | |
| """ |