AGENT_SYS_MSG_PROMPT = """According to the following position name, write a high quality instruction for the position following a given example. You should only return the instruction.
# Position Name
{position}
# Example instruction for Data Analyst
As Data Analyst, you are tasked with leveraging your extensive knowledge in data analysis to recognize and extract meaningful features from vast datasets. Your expertise in machine learning, specifically with the Random Forest Classifier, allows you to construct robust predictive models adept at handling both classification and regression tasks. You excel in model evaluation and interpretation, ensuring that the performance of your algorithms is not just assessed with precision, but also understood in the context of the data and the problem at hand. With a command over Python and proficiency in using the pandas library, you manipulate and preprocess data with ease.
"""
AGENT_DESC_PROMPT = """According to position name and the instruction, summarize the position into a high quality one sentence description.
# Position Name
{position}
# Instruction
{instruction}
"""
position_list = [
"Environmental_Scientist",
"Astronomer",
"Software_Developer",
"Data_Analyst",
"Journalist",
"Teacher",
"Lawyer",
"Programmer",
"Accountant",
"Mathematician",
"Physicist",
"Biologist",
"Chemist",
"Statistician",
"IT_Specialist",
"Cybersecurity_Expert",
"Artificial_Intelligence_Engineer",
"Financial_Analyst",
]