workflow-analyzer / prompts.py
YamenRM's picture
Rename src/prompts.py to prompts.py
34d9ad9 verified
Raw
History Blame Contribute Delete
560 Bytes
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.
"""