From a0237ade5517ba4ecdf9baad86afb7620a8d9cbd Mon Sep 17 00:00:00 2001 From: "Aarthi Manivannan, Premanathan Aarthi Manivannan" Date: Sun, 14 Dec 2025 11:39:09 +0100 Subject: [PATCH] Delete meeting_report_structure.json --- docs new/meeting_report_structure.json | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 docs new/meeting_report_structure.json diff --git a/docs new/meeting_report_structure.json b/docs new/meeting_report_structure.json deleted file mode 100644 index 848918c..0000000 --- a/docs new/meeting_report_structure.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "FORMAT": "markdown", - "STRUCTURE": { - "titlepage": ["title","date","start","end","duration","location","host","participants"], - "toc": "[section](#anchor) — HH:MM:SS", - "section": { - "h2": " — HH:MM:SS", - "summary": "1 sentence", - "key_points": "<=5 bullets, quotes optional", - "decisions": "list: text | owner | due", - "actions": "table: id | task | owner | due | status" - }, - "exec_summary": "3 short sentences", - "consolidated": ["decisions", "actions"], - "appendix": "optional" - }, - "STYLE": { - "tone": "neutral, concise", - "ts_format": "HH:MM:SS", - "no_meta": true - }, - "PROCESS": { - "timestamps": "use if present; else estimate minimal", - "speakers": "use labels; else Speaker X", - "long_transcripts": "chunk → summarize → merge", - "unclear": "UNKLAR:" - }, - "JSON_OUTPUT_OPTIONAL": true, - "PROMPT_SNIPPET": "Generate meeting report in markdown using STRUCTURE and STYLE. Output only the report." -}