100 lines
No EOL
4.3 KiB
Text
100 lines
No EOL
4.3 KiB
Text
EXTRACTED CONTENT FROM DOCUMENTS:
|
|
The document is a memo addressed to all employees from management, dated October 10, 2023. It serves as a placeholder for future content, outlining the structure and format for upcoming detailed analysis, introduction, and conclusion with recommendations. The memo emphasizes the importance of reviewing the structure to ensure it meets the needs of the recipients. Employees are encouraged to contact the management team for further information and are invited to provide feedback on the memo.
|
|
|
|
The document is a memo addressed to all employees from management, dated October 10, 2023, with the subject "Placeholder Content." The memo serves as a placeholder for future content and emphasizes the importance of reviewing its structure and format to ensure it meets the organization's needs. Key points include:
|
|
|
|
1. **Purpose**: The memo is intended as a template for future communications, highlighting the need for feedback on its structure and format.
|
|
|
|
2. **Content Structure**:
|
|
- **Introduction to the Topic**: An initial section to introduce the subject matter.
|
|
- **Detailed Analysis**: A section dedicated to an in-depth examination of the topic.
|
|
- **Conclusion and Recommendations**: A concluding section offering insights and suggestions.
|
|
|
|
3. **Call to Action**: Employees are encouraged to contact the management team for further information and to provide feedback on the memo's format and content.
|
|
|
|
The memo underscores the importance of employee input and collaboration in refining communication tools within the organization.
|
|
|
|
User request: "Summarize the provided document(s). Create a medium-length summary (comprehensive but concise). Focus specifically on: key points. Extract and present the key points, main ideas, and important information in a clear, well-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": ...}: |