def get_sop_extraction_from_doc(): 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. 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 ''' You are a specialized role extractor for company documents. Your task is to identify and extract job roles/positions mentioned in the provided Questionairre data. TASK: 1. Extract ALL job roles/positions mentioned in the in questionairre response data as a list. 2. Filter the extracted roles based on the provided role_slug that will be provided. 3. Return the filtered roles as a JSON list. RULES: - Return an empty list if no matching roles are found. - The role_slug is a keyword or category used to filter relevant roles. - Only include roles that semantically relate to the role_slug. - Be precise in extracting official job titles rather than general descriptions. EXAMPLES: Example 1: Text: "Our company is looking to hire a Senior Data Scientist, Junior Data Analyst, and Database Administrator for the Analytics department. We also have openings for Financial Manager and Customer Support Manager." Role_slug: "data" Expected output: ["Senior Data Scientist", "Junior Data Analyst", "Database Administrator"] Example 2: Text: "The restructuring process will affect several departments including the Financial Analysis team, Customer Relations department, and Sales Management. We are currently seeking a Regional Sales Manager, Sales Team Supervisor, and Customer Support Manager." Role_slug: "manager" Expected output: ["Financial Manager", "Regional Sales Manager", "Customer Support Manager"] ''' 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.''' 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" 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}". 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. 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 also for each role , add a "narrative" which is short description of the role in question 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. """ 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. 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." - 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""" def get_vision_mission_extraction_from_doc(): return """Extract vision and mission statements from the document: You are provided with an organization document , your goal is to extract vision and mission(or goals) from the document 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. 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.""" def get_vision_mission_extraction_from_doc2(): return """ 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 `
` format shown below, including the numbering, lettered sub-points, `
` tags for line breaks, and the double `
` between departments. Adhere to this format precisely.**
**Instructions:**
- If **no departments are explicitly mentioned**, assume all content applies to all departments mentioned in the document.
- Group goals by department when possible.
- Each goal should have a **title** and **a short description**.
- Format your output with:
- An **HTML section** for rendering on the frontend.
- A **structured JSON section** with department-wise goal breakdown.
**Example Output Format:**
{
"html": [
"
Vision: To create safe, broadly beneficial AI systems that ensure the advantages of artificial general intelligence (AGI) are shared equitably across society. Our vision emphasizes the importance of safety and alignment, ensuring that AI systems align with human values and remain under human control. We aspire to collaborate with other research and policy institutions to address global challenges associated with advanced AI, prioritizing the safe development of increasingly capable systems that act in the best interests of humanity.
", "Company Goals:
1. Audit Department:
a. Enhance Risk Management and Internal Controls: Strengthen the organization’s risk posture by identifying, assessing, and recommending improvements to internal controls.
b. Ensure Regulatory and Policy Compliance: Monitor adherence to relevant laws, regulations, standards, and internal policies.
c. Support Organizational Governance: Provide independent assurance to senior management and the board on the effectiveness of governance processes.
d. Drive Operational Efficiency: Identify inefficiencies and areas for process improvement during audits.
e. Leverage Technology and Data Analytics: Use automated tools and analytics for continuous auditing and real-time risk monitoring.
f. Develop Audit Talent and Capabilities: Invest in training and upskilling for the audit team.
g. Enhance Stakeholder Communication: Improve reporting clarity, timeliness, and relevance to stakeholders.
2. Finance Department:
a. Ensure Financial Stability and Sustainability: Maintain strong cash flow and optimize working capital.
b. Improve Financial Planning and Analysis (FP&A): Provide accurate forecasting and budgeting to support strategic decision-making.
c. Enhance Cost Management and Operational Efficiency: Identify cost-saving opportunities and drive efficient use of financial resources.
d. Ensure Regulatory and Compliance Integrity: Maintain full compliance with financial regulations and internal controls.
e. Enable Strategic Investment and Capital Allocation: Evaluate and fund initiatives that align with the organization’s long-term growth strategy.
f. Improve Financial Reporting and Transparency: Deliver timely and accurate financial reports for stakeholders.
g. Leverage Financial Technology and Automation: Implement tools to streamline financial operations.
h. Develop Finance Talent and Leadership: Upskill finance staff and promote cross-functional knowledge.
3. Account Department:
a. Maintain Accurate and Timely Financial Records: Ensure all transactions are recorded properly.
b. Ensure Regulatory and Tax Compliance: Comply with all financial regulations and timely tax filings.
c. Streamline Month-End and Year-End Closing Processes: Reduce the time and complexity of closing periods.
d. Support Strategic Financial Planning: Provide reliable data for budgeting and forecasting.
e. Implement Automation and Digital Tools: Use accounting software and RPA to increase efficiency.
f. Strengthen Internal Controls and Risk Management: Ensure robust controls over financial transactions.
g. Improve Financial Transparency and Reporting Quality: Produce clear and consistent reports for stakeholders.
h. Develop Accounting Team Skills and Expertise: Provide continuous learning and leadership development for accounting staff.
Vision: To create safe, broadly beneficial AI systems that ensure the advantages of artificial general intelligence (AGI) are shared equitably across society. Our vision emphasizes the importance of safety and alignment, ensuring that AI systems align with human values and remain under human control. We aspire to collaborate with other research and policy institutions to address global challenges associated with advanced AI, prioritizing the safe development of increasingly capable systems that act in the best interests of humanity.
", "Company Goals:
1. Audit Department:
a. Enhance Risk Management and Internal Controls: Strengthen the organization’s risk posture by identifying, assessing, and recommending improvements to internal controls.
b. Ensure Regulatory and Policy Compliance: Monitor adherence to relevant laws, regulations, standards, and internal policies.
c. Support Organizational Governance: Provide independent assurance to senior management and the board on the effectiveness of governance processes.
d. Drive Operational Efficiency: Identify inefficiencies and areas for process improvement during audits.
e. Leverage Technology and Data Analytics: Use automated tools and analytics for continuous auditing and real-time risk monitoring.
f. Develop Audit Talent and Capabilities: Invest in training and upskilling for the audit team.
g. Enhance Stakeholder Communication: Improve reporting clarity, timeliness, and relevance to stakeholders.
2. Finance Department:
a. Ensure Financial Stability and Sustainability: Maintain strong cash flow and optimize working capital.
b. Improve Financial Planning and Analysis (FP&A): Provide accurate forecasting and budgeting to support strategic decision-making.
c. Enhance Cost Management and Operational Efficiency: Identify cost-saving opportunities and drive efficient use of financial resources.
d. Ensure Regulatory and Compliance Integrity: Maintain full compliance with financial regulations and internal controls.
e. Enable Strategic Investment and Capital Allocation: Evaluate and fund initiatives that align with the organization’s long-term growth strategy.
f. Improve Financial Reporting and Transparency: Deliver timely and accurate financial reports for stakeholders.
g. Leverage Financial Technology and Automation: Implement tools to streamline financial operations.
h. Develop Finance Talent and Leadership: Upskill finance staff and promote cross-functional knowledge.
3. Account Department:
a. Maintain Accurate and Timely Financial Records: Ensure all transactions are recorded properly.
b. Ensure Regulatory and Tax Compliance: Comply with all financial regulations and timely tax filings.
c. Streamline Month-End and Year-End Closing Processes: Reduce the time and complexity of closing periods.
d. Support Strategic Financial Planning: Provide reliable data for budgeting and forecasting.
e. Implement Automation and Digital Tools: Use accounting software and RPA to increase efficiency.
f. Strengthen Internal Controls and Risk Management: Ensure robust controls over financial transactions.
g. Improve Financial Transparency and Reporting Quality: Produce clear and consistent reports for stakeholders.
h. Develop Accounting Team Skills and Expertise: Provide continuous learning and leadership development for accounting staff.