gateway/logs/debug/prompts/20251127-114103-068-document_generation_prompt.txt

189 lines
No EOL
9 KiB
Text

EXTRACTED CONTENT FROM DOCUMENTS:
### Analysis of the Provided Document
#### Overview
The document provided is a memo that serves as a placeholder for future content. It is structured with standard memo components such as the recipient, sender, date, subject, and sections for introduction, detailed analysis, and conclusion. The document is intended to be reviewed for its structure and format.
#### Key Insights
1. **Structure and Format:**
- The memo follows a conventional structure with clear sections for introduction, detailed analysis, and conclusion.
- It includes essential elements such as the date, sender, and recipient, which are crucial for formal communication.
2. **Purpose and Intent:**
- The memo is explicitly labeled as a placeholder, indicating that it is not the final content but a template for future use.
- The document's primary purpose is to ensure that the format and structure meet the needs of the intended audience.
3. **Communication and Feedback:**
- The memo encourages feedback from employees, suggesting an open line of communication between management and staff.
- It emphasizes the importance of reviewing the structure, which implies a focus on clarity and effectiveness in communication.
#### Trends and Patterns
- **Emphasis on Structure:**
The document highlights the importance of having a well-defined structure in official communications. This trend suggests that the organization values clarity and consistency in its internal communications.
- **Placeholder Usage:**
The use of placeholders indicates a proactive approach to document preparation, allowing for flexibility and adaptability in content creation.
#### Important Findings
- **Management's Role:**
The memo is issued by management, underscoring their role in overseeing communication standards and ensuring that documents align with organizational needs.
- **Employee Involvement:**
By soliciting feedback, the document reflects a collaborative environment where employee input is valued in shaping communication tools.
#### Actionable Insights
1. **Review and Standardize Document Templates:**
- Ensure that all memos and official documents follow a standardized format to maintain consistency across the organization.
2. **Encourage Feedback Loops:**
- Establish regular channels for employees to provide feedback on communication tools and practices, fostering a culture of continuous improvement.
3. **Training on Effective Communication:**
- Provide training sessions for employees on how to utilize document templates effectively, focusing on clarity and conciseness in communication.
4. **Monitor and Update Templates:**
- Regularly review and update document templates to reflect any changes in organizational needs or communication strategies.
By focusing on these insights and implementing the recommended actions, the organization can enhance its internal communication processes, ensuring that they are both effective and aligned with its strategic goals.
### Document Analysis: Test Document Memo
#### Overview
The document is a memo intended for all employees from the management team, dated October 10, 2023. It serves as a placeholder for future content, providing a structure and format for communication within the organization.
#### Key Sections
1. **Memo Header**
- **To:** All Employees
- **From:** Management
- **Date:** October 10, 2023
- **Subject:** Placeholder Content
2. **Content Structure**
- **Introduction to the Topic**
- **Detailed Analysis**
- **Conclusion and Recommendations**
3. **Additional Information**
- Contact management for further information.
- Encouragement for feedback from employees.
#### Insights and Patterns
1. **Structured Communication:**
- The memo follows a clear and structured format, indicating an emphasis on organized communication within the organization. This structure can be beneficial for ensuring clarity and consistency in internal communications.
2. **Placeholder Content:**
- The memo explicitly states that it serves as a placeholder, suggesting that the organization is in the process of developing more detailed content. This indicates a proactive approach to communication, preparing employees for future updates.
3. **Engagement and Feedback:**
- The memo encourages employees to provide feedback and contact management for further information. This reflects an open communication culture where employee input is valued.
4. **Focus Areas:**
- The bullet list highlights key focus areas: introduction, detailed analysis, and conclusions/recommendations. This suggests that future communications may follow a similar structure, emphasizing thorough analysis and actionable conclusions.
#### Trends and Relationships
- **Emphasis on Feedback:** The document highlights the importance of employee feedback, suggesting a trend towards more inclusive and participatory communication practices within the organization.
- **Preparation for Future Content:** The placeholder nature of the memo indicates that the organization is preparing for more detailed and informative communications, possibly in response to upcoming changes or initiatives.
#### Actionable Insights
1. **Enhance Communication Channels:**
- Consider implementing regular updates or newsletters to keep employees informed and engaged, leveraging the structured format demonstrated in the memo.
2. **Encourage Employee Participation:**
- Develop mechanisms for collecting and acting on employee feedback, such as surveys or suggestion boxes, to foster a culture of continuous improvement and engagement.
3. **Prepare for Detailed Content:**
- Begin drafting detailed content for future communications, focusing on the key areas identified: introduction, analysis, and recommendations. This will ensure readiness when more specific information needs to be disseminated.
4. **Training on Communication Practices:**
- Provide training for management and employees on effective communication practices, emphasizing the importance of structure and clarity as demonstrated in the memo.
By focusing on these insights and trends, the organization can enhance its internal communication strategies, leading to improved employee engagement and organizational effectiveness.
User request: "Analyze the provided document(s) and find insights, patterns, and key information. Perform a general analysis. Focus specifically on: insights. Identify trends, important findings, relationships, and provide actionable insights. Present the analysis in a clear, structured format."
Generate a VALID JSON response for the user request. The template below shows ONLY the structure pattern - it is NOT existing content.
JSON structure template:
{
"metadata": {
"split_strategy": "single_document",
"source_documents": [],
"extraction_method": "ai_generation"
},
"documents": [
{
"id": "doc_1",
"title": "Generated Document",
"filename": "document.json",
"sections": [
{
"id": "section_heading_example",
"content_type": "heading",
"elements": [
{"level": 1, "text": "Heading Text"}
],
"order": 0
},
{
"id": "section_paragraph_example",
"content_type": "paragraph",
"elements": [
{"text": "Paragraph text content"}
],
"order": 0
},
{
"id": "section_bullet_list_example",
"content_type": "bullet_list",
"elements": [
{
"items": ["Item 1", "Item 2"]
}
],
"order": 0
},
{
"id": "section_table_example",
"content_type": "table",
"elements": [
{
"headers": ["Column 1", "Column 2"],
"rows": [
["Row 1 Col 1", "Row 1 Col 2"],
["Row 2 Col 1", "Row 2 Col 2"]
],
"caption": "Table caption"
}
],
"order": 0
},
{
"id": "section_code_example",
"content_type": "code_block",
"elements": [
{
"code": "function example() { return true; }",
"language": "javascript"
}
],
"order": 0
}
]
}
]
}
Instructions:
- Start with {"metadata": ...} — return COMPLETE, STRICT JSON.
- Return ONLY valid JSON (strict). No comments. No trailing commas. Use double quotes.
- Do NOT reuse example section IDs; create your own.
- Generate complete content based on the user request. Do NOT just give an instruction or comments. Deliver the complete response.
- IMPORTANT: Set a meaningful "filename" in each document with appropriate file extension (e.g., "prime_numbers.txt", "report.docx", "data.json"). The filename should reflect the content and task objective.
- When the request is fully satisfied, add "complete_response": true at root level.
- Output JSON only; no markdown fences or extra text.
Generate your complete response starting from {"metadata": ...}: