From e1301ad780656a4485f27111fcc33601912faf9a Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 2 Apr 2025 13:30:05 +0100 Subject: [PATCH] feat: add rules for action items plugin --- plugins/action_item.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/action_item.yaml b/plugins/action_item.yaml index 971bf0a..792b8cb 100644 --- a/plugins/action_item.yaml +++ b/plugins/action_item.yaml @@ -9,23 +9,23 @@ prompt: | Transcript: {transcript} - Summary: - {summary} - Please extract all actionable items from the transcript and format them as a markdown list. Each item should: 1. Be clear and specific 2. Start with a verb 3. Be self-contained (understandable without context) 4. Include any relevant deadlines or priorities if mentioned - Format the output as: - # Action Items + Rules: + - One action item per line + - No sub-tasks + - No priorities + - Never use the "+" symbol + - Prefix each action item with "- [ ]" + Format the output as: - [ ] First action item - [ ] Second action item - [ ] Third action item If no action items are found, output: - # Action Items - No action items found in this transcript. \ No newline at end of file