Files
erp-ai-latest/src/prompts/sops.py
T

566 lines
32 KiB
Python
Raw Normal View History

def get_sop_extraction_from_doc():
2024-09-17 22:39:07 +00:00
return '''Your task is to generate Standard Operating Procedures (SOPs) for the verified workers based on the provided document and their positions.
You must extract and categorize the SOPs into three categories: "must", "shall", and "will."
Instructions:
1. **Vision**: Extract the vision of the company or organization.
2. **Mission**: Extract the mission of the company or organization. If not explicitly mentioned, consider the mission as the company's goals.
2024-09-17 22:39:07 +00:00
3. **Position-specific SOPs**:
- Categorize the SOPs under three categories: "must," "shall," and "will."
- The SOPs should be directly relevant to the verified workers' positions and responsibilities, ensuring that the position names remain exactly the same as provided.
- If multiple workers share the same position, generate a single set of SOPs for that position., Do not repeat it for the same position
- If SOPs for the position are not explicitly stated, infer them from the context, but only if there is clear evidence within the document. Do not generate or assume SOPs that are not directly supported by the document.
- If no SOPs are found for the position, return an empty list for each category.
Use the provided workers' information to ensure the SOPs are tailored to the verified workers.'''
def get_roles_extraction_from_questionnaire():
return '''Your task is to extract the "Roles" from the provided questionnaire responses.
You must identify and categorize the roles based on the information provided.
2025-01-31 15:59:51 +00:00
Instructions:
1. **Roles**: Extract the roles mentioned in the questionnaire.
2. **Vision**: If applicable, extract the vision of the company or organization as it relates to the roles.
3. **Mission**: If applicable, extract the mission of the company or organization as it relates to the roles.
4. **Role-specific SOPs**:
- Identify any role-specific Standard Operating Procedures (SOPs) mentioned in the questionnaire.
- If SOPs for the role are not explicitly stated, infer them from the context, but only if there is clear evidence within the questionnaire. Do not generate or assume SOPs that are not directly supported by the information provided.
- If no roles or SOPs are found, return an empty list for each category.
Provide the extracted roles and any relevant sections exactly as they appear in the questionnaire.'''
def get_sop_personalassessment_from_questionnaire():
return '''Your task is to generate Standard Operating Procedures (SOPs) based on the responses to the questionnaire provided.
You must extract and categorize the SOPs into three categories: "must," "shall," and "will."
Instructions:
1. **Vision or Strategic Direction**: Use the provided project vision or strategic direction to align SOPs with the overall goals of the project.
2. **Roles**: Generate SOPs for the specific roles required for the project.
3. **Responsibilities**: For each role, use the outlined key responsibilities to generate SOPs.
4. **Project Details**: Incorporate any additional project information to ensure the SOPs reflect the full scope of the project.
Role-specific SOPs:
- Categorize the SOPs under three categories: "must," "shall," and "will."
- The SOPs should be directly aligned with the role and responsibilities provided in the questionnaire.
- If SOPs for the role are not explicitly mentioned, infer them from the context of the responsibilities, vision, and project details, but only if there is clear evidence. Do not generate or assume SOPs that are not directly supported by the information provided.
- If no SOPs are found for the role, return an empty list for each category.
Provide the generated SOPs based on the questionnaire responses.'''
2025-01-31 15:59:51 +00:00
def get_sop_personalassessment_from_area_role(role,sop_types,qna=None,areas=None):
if not areas:
areas = "Not provided"
return f"""Your job is to generate Standard Operating Procedures (SOPs) for the role of "{role}" with a focus on the prvided area
"{areas}" based on the following instructions:
Instructions:
Categorization: Organize the SOPs under the selected categories: a checkboxex of the three categories "must" , "shall" and "will"
2025-01-31 15:59:51 +00:00
So use the selected sop types categories: {sop_types} #adhere strictly to these sop types alone and make sure they are not missing
Direct Instructions: The SOPs should directly address responsibilities, objectives, and challenges related to the area of "{areas}" for the role of "{role}".
2025-01-31 15:59:51 +00:00
Questions and Anwer context: If extra questions and answers answered based on role is the provided, use that as more context(related to this role)
Contextual Inference: If SOPs for the area are not explicitly stated, infer them from the role and area context provided.
Format: The SOPs should be direct and concise.
2024-09-06 01:48:32 +00:00
2025-01-31 15:59:51 +00:00
provided questions and answer: {qna}
INSTRUCTIONS : STRICTLY ADHERE TO THESE INSTRUCTIONS
NOTE: IF AREAS ARE NOT PROVIDED (AREA IS "NOT PROVIDED"), INTUITIVELY PROVIDE THE SOP BASED ON THE ROLE NAME.
NOTE: MAKE SURE SOPS ARE NOT MISSING FOR THE PROVIDED TYPES.
NOTE: FOR SOP TYPES NOT SELECTED RETURN AN EMPTY LIST and not "null" E.G IF "SHALL" AND "WILL" ARE SELECTED BUT "MUST" IS NOT AMONG, MUST WILL BE AN EMPTY LIST
"""
def get_sop_personalassessment_from_area_rolev2():
return f"""Your job is to generate Standard Operating Procedures (SOPs) for the information provided on different roles role of with a focus on the prvided areas
based on the following instructions:
Instructions:
Categorization: Organize the SOPs under the selected categories: a checkboxex of the three categories "must" , "shall" and "will"
So use the selected sop types categories for the specified role : #adhere strictly to these sop types alone and make sure they are not missing
Direct Instructions: The SOPs should directly address responsibilities, objectives, and challenges related to the area of specified to the specific role".
Questions and Anwer context: If extra questions and answers answered based on roles is the provided, use that as more context to generate the sop
Contextual Inference: If SOPs for the area are not explicitly stated, infer them from the role and area context provided.
Format: The SOPs should be direct and concise.(5-7) bullet point per sop type is okay for each role but 3-4 on average is very good
INSTRUCTIONS : STRICTLY ADHERE TO THESE INSTRUCTIONS
NOTE: IF AREAS ARE NOT PROVIDED (AREA IS "NOT PROVIDED"), INTUITIVELY PROVIDE THE SOP BASED ON THE ROLE NAME.
NOTE: MAKE SURE SOPS ARE NOT MISSING FOR THE PROVIDED TYPES.
NOTE: FOR SOP TYPES NOT SELECTED RETURN AN EMPTY LIST and not "null" E.G IF "SHALL" AND "WILL" ARE SELECTED BUT "MUST" IS NOT AMONG, MUST WILL BE AN EMPTY LIST
NOTE !!!: IF A ROLE POINTS TO A SPECIFIC SOP TYPE (E.G., "SHALL" AND "MUST"), THESE TWO MUST NEVER BE EMPTY FOR THAT ROLE.
: FORMAT: SOPS SHOULD BE CLEAR, DIRECT, AND CONCISE. EACH ROLE SHOULD HAVE 5-7 BULLET POINTS PER SOP TYPE ("WILL," "SHALL," OR "MUST"). FOR COMPLEX ROLES, EACH SOP TYPE MAY HAVE A MAXIMUM OF 7-10 BULLET POINTS, NOT TOTAL ACROSS ALL TYPES, BUT PER SOP TYPE.
"""
2025-01-31 15:59:51 +00:00
2024-09-06 01:48:32 +00:00
def get_sop_executive_from_vision_goals(executive):
return f"""Your task is to generate Standard Operating Procedures (SOPs) for the executive namely: {executive}, based on the provided vision and goals/mission.
2024-09-06 01:48:32 +00:00
You must extract and categorize the SOPs into three categories: "must," "shall," and "will."
Instructions:
1. **Vision**: Use the provided vision to align SOPs with the overall direction of the organization.
2. **Goals**: Utilize the specified goals to create SOPs that support their achievement.
3. **Executive-level SOPs**:
- Categorize the SOPs under three categories: "must," "shall," and "will."
2024-09-06 01:48:32 +00:00
- The SOPs should be directly aligned with executive responsibilities and decision-making.
- Ensure the SOPs reflect high-level strategic thinking and leadership expectations.
- If SOPs are not explicitly mentioned, infer them from the context of the vision and goals, but only if there is clear evidence. Do not generate or assume SOPs that are not directly supported by the information provided.
- If no SOPs can be generated, return an empty list for each category.
4. If the executive is specified as "Admin," meaning there is a single executive managing all workers and projects, use the vision and mission to generate SOPs.
5. Ensure that the generated SOPs can mention the company name if known from the document for better clarity.
6. For any exceutive provided , make sure sops is generated if mission and vision is provided
Provide the generated SOPs based on the vision and goals, focusing on executive-level responsibilities and actions"""
2024-09-06 01:48:32 +00:00
def get_vision_mission_extraction_from_doc():
return """Extract vision and mission statements from the document:
2025-01-31 15:59:51 +00:00
You are provided with an organization document , your goal is to extract vision and mission(or goals) from the document
2024-09-06 01:48:32 +00:00
1. Analyze for explicit or implicit statements.
2. Vision: Long-term aspirations or ideal future state.
3. Mission: Organization's purpose, core functions, or primary objectives.
4. Include multiple statements if found.
5. Infer from context if not explicit.
6. Format as two lists: vision and mission.
7. Return empty list if none found for either category.
2025-01-31 15:59:51 +00:00
8. If vision and mission is found in the document , extract them as it is ,no changes
NOTE: MAKE SURE YOU EXTRACT EVERY INFORMATION FOUND FOR VISION AND GOALS FROM THE DOCUMENT.DO NOT OMIT ANY
PROVIDE EXTRACTED OR INFERRED VISION AND MISSION STATEMENTS."""
2024-09-06 01:48:32 +00:00
2025-01-31 15:59:51 +00:00
def get_vision_mission_extraction_from_doc2():
return """
2024-09-06 01:48:32 +00:00
2025-01-31 15:59:51 +00:00
You are provided with a organization document and the departments in the organization and your role is to extract the vision and mission(alo called goals) from the document
If the vision and mission are clearly stated in the document
- Extract the vision of the organization as they are
- Extract the goals(mission) of each the company based on the provided goals of the department and overall questionairre response
if the vision and mission are not clearly stated in the document
- Infer the vision and mission from the context of the document
- Analyze for explicit or implicit statements.
2. Vision: Long-term aspirations or ideal future state.
3. Mission: Organization's purpose, core functions, or primary objectives.
4. Include multiple statements if found.
5. Infer from context if not explicit.
7. Return empty list if none found for either category.
8. If vision and mission is found in the document , extract them as it is ,no changes
NOTED: if the goal(mission) and vision cant not be found at all, make it empty please
NOTE: MAKE SURE YOU EXTRACT EVERY INFORMATION FOUND FOR VISION AND GOALS FROM THE DOCUMENT.DO NOT OMIT ANY
**You must return the response in the exact HTML `<p>` format shown below, including the numbering, lettered sub-points, `<br>` tags for line breaks, and the double `<br><br>` between departments. Adhere to this format precisely.**
2025-05-02 09:57:41 +00:00
NOTE: IF NO departments are provided, consider all departments found in the documents, do not omit any
**Example Output Format:**
<p>Vision: To be the best in the world</p><p>Company Goals:</p><p>1. Sales<br> a. Brand Awareness: To be the best in the world<br> b. Revenue Growth: Increase annual sales by 20% through strategic partnerships and lead generation.<br><br>2. Marketing<br> a. Digital Presence: Enhance online visibility through SEO and social media campaigns.<br> b. Customer Engagement: Boost engagement via personalized content and email marketing.<br><br>3. Product Development<br> a. Innovation: Launch 3 new features based on user feedback by Q4.<br> b. Quality Assurance: Maintain product bug rate under 2% through improved testing pipelines.<br><br>4. Human Resources<br> a. Talent Acquisition: Recruit top talent and reduce time-to-hire to under 30 days.<br> b. Employee Retention: Increase employee retention by 15% through career development program.<br></p>
2025-01-31 15:59:51 +00:00
"""
2024-09-06 01:48:32 +00:00
''' def get_sop_executive_for_managers():
return Your task is to extract the "Vision", "Mission", and executive-generated Standard Operating Procedures (SOPs) specifically for managers from the provided document.
Instructions:
1. **Vision**: Extract the vision of the company or organization as outlined by the executives.
2. **Mission**: Extract the mission of the company or organization. If not explicitly mentioned, consider the mission as the company's strategic goals.
3. **Executive-generated SOPs for Managers**:
- Categorize the SOPs under three categories: "must," "shall," and "will."
- The SOPs should be specific to the managerial role (e.g., handling team performance, reporting, budgeting, etc.).
- If SOPs for managers are not explicitly stated, infer them from the context provided by the executives, but only if there is clear evidence within the document.
- Do not generate or assume SOPs that are not directly supported by the document or the executive directives.
- If no SOPs are found for managers, return an empty list for each category.
- add header as the starting statment of the sop depending on who the sop is pointing too e.g "Under the inmsights amd control of the develpopment the admin:"
2024-09-06 01:48:32 +00:00
Provide the extracted sections exactly as they appear in the document.
'''
2025-01-31 15:59:51 +00:00
def get_vision_mission_extraction_from_questionnaire_executive():
return """
2025-05-02 16:26:40 +00:00
You are provided with an organization's response from a questionnaire, and your role is to extract the vision and mission (also called goals) from the for each of the departments found questionnaire response:
2025-01-31 15:59:51 +00:00
- Generate the vision(at least one paragraph)of the organization based on the questionnaire and
- Generate the goals (mission) of the company based on the provided departmental goals and overall questionairre response
If the vision and mission are not clearly stated in the questionnaire:
- Infer the vision and mission from the context of the questionnaire.
- Analyze for explicit or implicit statements.
1. Vision: Long-term aspirations or ideal future state.
2. Mission: Organization's purpose, core functions, or primary objectives.
3. Include multiple statements if found.
4. Infer from context if not explicitly stated.
5. Return an empty list if none are found for either category.
NOTE: If the goal and mission of a can not be gotten from the questionaire response, make it empty.
NOTE: Ensure you extract every piece of information found for the vision and goals from the questionnaire. DO NOT OMIT ANYTHING.
2025-05-02 09:57:41 +00:00
**Example Output Format:**
2025-05-02 16:26:40 +00:00
NOTE: Group the goals based on the departments found in the questions see example response below pointing to sales, marketing and product develpoment
NOTE: ADHERE STRICTLY TO THIS OUTPUT FORMAT , DO NOT CHANGE IT PLEASE
2025-05-02 09:57:41 +00:00
<p>Vision: To be the best in the world</p><p>Company Goals:</p><p>1. Sales<br> a. Brand Awareness: To be the best in the world<br> b. Revenue Growth: Increase annual sales by 20% through strategic partnerships and lead generation.<br><br>2. Marketing<br> a. Digital Presence: Enhance online visibility through SEO and social media campaigns.<br> b. Customer Engagement: Boost engagement via personalized content and email marketing.<br><br>3. Product Development<br> a. Innovation: Launch 3 new features based on user feedback by Q4.<br> b. Quality Assurance: Maintain product bug rate under 2% through improved testing pipelines.<br><br>4. Human Resources<br> a. Talent Acquisition: Recruit top talent and reduce time-to-hire to under 30 days.<br> b. Employee Retention: Increase employee retention by 15% through career development program.<br></p>
2025-01-31 15:59:51 +00:00
"""
2024-09-06 01:48:32 +00:00
2024-09-09 14:03:14 +01:00
def get_departments_managers_workers_extraction_prompt():
2024-09-06 01:48:32 +00:00
return """
2024-09-09 14:03:14 +01:00
Extract departments, their managers, and workers from the document.
For each department, include the managers (e.g., Department Head, Director, Manager) and their key responsibilities.
Additionally, for each department, extract the workers and their positions, and list 1-2 key responsibilities for each worker.
Do not add any departments, managers, or workers that are not explicitly mentioned in the document.
Managers: Include the managers (e.g., Department Head, Manager), their role , and key responsibilities.
- **PRP (Primary Responsible Person)**: A manager who has primary responsibility for decision-making and overseeing operations.
- **SRP (Secondary Responsible Person)**: A manager who supports the PRP, often assisting with tasks and providing backup in decision-making.
2024-09-06 01:48:32 +00:00
Format as JSON:
{
"departments": [
{
"name": "Department Name",
2024-09-09 14:03:14 +01:00
"managers": [
2024-09-06 01:48:32 +00:00
{
2024-09-09 14:03:14 +01:00
"name": "Manager Name",
"position": "manager Position",
"role": "PRP or SRP", # The classification field either PRP or SRP
"responsibilities": ["Key Responsibility 1", "Key Responsibility 2"]
}
],
"workers": [
{
"name": "Worker Name",
"position": "Worker Position",
2024-09-06 01:48:32 +00:00
"responsibilities": ["Key Responsibility 1", "Key Responsibility 2"]
}
]
}
]
}
2024-09-09 14:03:14 +01:00
If no departments, managers, or workers are found in the document, return an empty list for departments.
2024-09-06 01:48:32 +00:00
"""
2024-09-10 01:00:08 +01:00
def get_managers_workers_extraction_prompt():
return """
Extract only the managers and workers from the document.
For each manager, include their name, position, role, and key responsibilities.
Additionally, for each worker, extract their name, position, and list 1-2 key responsibilities.
Do not add any managers or workers that are not explicitly mentioned in the document.
Managers: Include the managers (e.g., Department Head, Manager), their role, and key responsibilities.
- **PRP (Primary Responsible Person)**: A manager who has primary responsibility for decision-making and overseeing operations.
- **SRP (Secondary Responsible Person)**: A manager who supports the PRP, often assisting with tasks and providing backup in decision-making.
Format as JSON:
{
"managers": [
{
"name": "Manager Name",
"position": "Manager Position",
"role": "PRP or SRP", # The classification field either PRP or SRP
"responsibilities": ["Key Responsibility 1", "Key Responsibility 2"]
}
],
"workers": [
{
"name": "Worker Name",
"position": "Worker Position",
"responsibilities": ["Key Responsibility 1", "Key Responsibility 2"]
}
]
}
If no managers or workers are found in the document, return an empty list for them.
"""
2024-09-06 01:48:32 +00:00
2024-09-09 14:03:14 +01:00
2024-09-06 01:48:32 +00:00
def get_sop_for_department_managers():
return '''Generate Standard Operating Procedures (SOPs) for the specified managerial role in the given department.
Instructions:
1. Focus on the specific managerial role and department provided.
2. Generate relevant SOPs categorized as "must," "shall," and "will."
3. Ensure SOPs are actionable, clear, and directly related to the manager's responsibilities.
4. Consider the department's specific needs when creating the SOPs.
5. Return an empty list for each category if no relevant SOPs can be generated.
Format the response as a JSON object with "must", "shall", and "will" categories, each containing a list of SOPs.
Example format:
{
"must": [
"Conduct weekly team meetings to review project progress",
],
"shall": [
"Provide monthly performance reports to upper management",
],
"will": [
"Explore ways to improve department efficiency",
]
}
'''
2025-01-31 15:59:51 +00:00
def get_sop_executive_from_questionnaire():
return '''Generate Standard Operating Procedures (SOPs) for specific executives and department managers based on the provided questionnaire responses.
Format the response as a JSON object with the following structure:
{
"executives": {
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
},
"departments": [
{
"name": "Department Name",
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
},
{
"name": "Department Name",
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
}
]
}
Ensure that each specified department has its own set of SOPs and if managers are empty arrays- make sop empty for that department
'''
2024-09-06 01:48:32 +00:00
def get_sop_executive_from_questionnaire():
return '''Generate Standard Operating Procedures (SOPs) for specific executives and department managers based on the provided questionnaire responses.
Instructions:
2025-01-31 15:59:51 +00:00
1. Use the organizational vision and strategic goals and department strategic goals to create overarching SOPs for the executives.
2. Use the departmental strategic goals and team questionnaire to create specific SOPs for each department.
2024-09-06 01:48:32 +00:00
3. Categorize all SOPs into "must," "shall," and "will" categories.
4. Ensure SOPs are actionable, clear, and directly related to the provided information.
5. For executives, focus on high-level, strategic SOPs that align with the overall vision and goals.
2025-01-31 15:59:51 +00:00
6. For departments, create SOPs based on their department strategic goals and team questionaiire response
2024-09-06 01:48:32 +00:00
Format the response as a JSON object with the following structure:
{
2025-01-31 15:59:51 +00:00
"executives": [{
"role":"exceutive role name":
"sops": {
2024-09-06 01:48:32 +00:00
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
},
2025-01-31 15:59:51 +00:00
{"role":"exceutitve role 2 name"
"sops": {
2024-09-06 01:48:32 +00:00
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
2025-01-31 15:59:51 +00:00
"will": ["SOP 1", "SOP 2", ...]}
],
2024-09-06 01:48:32 +00:00
...
},
"departments": [
{
"name": "Department Name",
2025-01-31 15:59:51 +00:00
"managers": [
"role":"manager role name",
"sops":{
2024-09-06 01:48:32 +00:00
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
2025-01-31 15:59:51 +00:00
},
{
"name": "Department Name 2",
"managers": [
"role":"manager role name",
"sops":{
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
}]
2024-09-06 01:48:32 +00:00
},
...
]
}
2025-01-31 15:59:51 +00:00
Ensure that each specified department has its own set of SOPs.if managers are not provided or empty array for a department, make sop for that department empty--> do not form managers and create sop
2024-09-09 14:03:14 +01:00
'''
2025-01-31 15:59:51 +00:00
def get_sop_executive_from_questionnaire2():
return '''Generate Standard Operating Procedures (SOPs) for specific department managers based on the provided questionnaire responses.
Instructions:
2. Use the departmental strategic goals and team questionnaire and role bases answers if provided to create specific SOPs for each department.
3. Categorize all SOPs into "must," "shall," and "will" categories.
4. Ensure SOPs are actionable, clear, and directly related to the provided information.
5. For executives, focus on high-level, strategic SOPs that align with the overall vision and goals.
6. For departments, create SOPs based on their department strategic goals and team questionaiire response
Format the response as a JSON object with the following structure:
{"departments": [
{
"name": "Department Name",
"managers": [
"role":"manager role name",
"sops":{
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
},
{
"name": "Department Name 2",
"managers": [
"role":"manager role name",
"sops":{
"must": ["SOP 1", "SOP 2", ...],
"shall": ["SOP 1", "SOP 2", ...],
"will": ["SOP 1", "SOP 2", ...]
}]
},
...
]
}
Ensure that each specified department has its own set of SOPs.if managers are not provided or empty array for a department, make sop for that department empty--> do not form managers and create sop
'''
2024-09-10 01:00:08 +01:00
def get_roles_reference_comparison():
prompt = """
2024-09-09 14:03:14 +01:00
You are tasked with comparing a list of reference roles with the extracted roles from a document.
Please classify the roles into the following categories:
1. **Assigned Roles**: Roles that are found in both the reference list and the extracted list.
2. **Unassigned Roles**: Roles that are found in the reference list but not in the extracted list.
3. **Unavailable Roles**: Roles that are found in the extracted list but not in the reference list.
2024-09-10 01:00:08 +01:00
Instruction:
1. Use only the position to judge the extraction.
2024-09-09 14:03:14 +01:00
Return the result in the following JSON format:
{
"assigned_roles": [
{"name": "Role Name", "position": "Role Position", "role": "PRP or SRP"}
],
"unassigned_roles": [
{"name": "Role Name", "position": "Reference Role"}
],
"unavailable_roles": [
{"name": "Role Name", "position": "Role Position", "role": "PRP or SRP"}
]
}
"""
return prompt
2024-09-10 01:00:08 +01:00
def get_sop_for_department_workers():
return '''Generate SOPs for each worker under the unique department based on the information the workers info provided
Instructions:
1. Focus on the provided department and worker role.
2. Categorize SOPs into "must," "shall," and "will."
3. SOPs should be actionable and relevant to the worker's duties.
4. If no SOPs can be generated, return empty lists for each category.
5. Use the provided document and the workers and department information to generate the SOP.
6. If the provided document cannot provide SOPs for a specific worker stated, then return an empty list for the SOP for that worker.
2024-09-10 21:22:52 +01:00
Example forma
2024-09-10 01:00:08 +01:00
{
"departments": [
{
"name": "Department A",
"workers": [
{
"name": "Worker A",
"must": ["Conduct weekly meetings"],
"shall": ["Submit monthly reports"],
"will": ["Improve efficiency"]
}
2024-09-10 21:22:52 +01:00
2024-09-10 01:00:08 +01:00
]
}
]
2024-09-10 21:22:52 +01:00
}
2024-09-10 01:00:08 +01:00
'''
2024-09-25 21:40:08 +00:00
def get_sop_for_department_managers():
return '''Generate SOPs for each manager under the unique department based on the information the managers info provided
Instructions:
1. Focus on the provided department and manager role.
2. Categorize SOPs into "must," "shall," and "will."
2024-09-25 21:40:08 +00:00
3. SOPs should be actionable and relevant to the manager's duties.
4. If no SOPs can be generated, return empty lists for each category.
2024-09-25 21:40:08 +00:00
5. Use the provided document and the managers and department information to generate the SOP.
6. If the provided document cannot provide SOPs for a specific manager stated, then return an empty list for the SOP for that worker.
Example forma
{
"departments": [
{
"name": "Department A",
"managers": [
{
2024-09-25 21:40:08 +00:00
"name": "manager A",
"must": ["Conduct weekly meetings"],
"shall": ["Submit monthly reports"],
"will": ["Improve efficiency"]
}
]
}
]
}
'''
2024-09-17 22:39:07 +00:00
2025-01-31 15:59:51 +00:00
def get_dept_vision_mission_extraction_from_doc2():
return """
You are provided with an organizational document and a list of departments within the organization. Your role is to extract the vision of the organization and the goals/mission of each department from the document. Follow these guidelines:
If the vision and mission are clearly stated in the document:
Extract the vision of the organization exactly as stated, without modification.
Extract the goals/mission of each department exactly as provided in the document, ensuring no information is omitted.
If the vision and mission are not clearly stated:
Infer the vision and mission from the context of the document by analyzing explicit or implicit statements.
Vision: Identify the long-term aspirations or ideal future state of the organization.
Mission: Identify the organization's purpose, core functions, or primary objectives, including departmental goals where applicable.
Additional Instructions:
If multiple statements for vision or mission are found, include all relevant statements.
If vision and mission are entirely absent, return an empty list for the missing category.
Ensure all extracted or inferred information is complete and accurately reflects the document's content.
Do not omit any relevant details for vision and mission found in the document.
Note: If the vision or mission is found in the document, extract it exactly as it appears without making any changes.
"""
def get_dept_vision_mission_extraction_from_questionaiire():
return """
You are provided with an questionaiire response within the organization. Your role is to extract the vision of the organization and the goals/mission of each department from the document. Follow these guidelines:
If the vision and mission are clearly stated in the document:
Extract the vision of the organization exactly as stated, without modification.
Extract the goals/mission of each department exactly as provided in the document, ensuring no information is omitted.
If the vision and mission are not clearly stated:
Infer the vision and mission from the context of the document by analyzing explicit or implicit statements.
Vision: Identify the long-term aspirations or ideal future state of the organization.
Mission: Identify the organization's purpose, core functions, or primary objectives, including departmental goals where applicable.
Additional Instructions:
If multiple statements for vision or mission are found, include all relevant statements.
If vision and mission are entirely absent, return an empty list for the missing category.
Ensure all extracted or inferred information is complete and accurately reflects the respone's content.
Do not omit any relevant details for vision and mission found in the document.
"""