From c80ec5d35954dbbf678f7b57ee3eab5783d72725 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 1 Apr 2025 16:29:31 +0100 Subject: [PATCH] fix: make action_items_todo plugin run always to catch all potential tasks --- plugins/action_items_todo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/action_items_todo.yaml b/plugins/action_items_todo.yaml index d450dcb..4c02656 100644 --- a/plugins/action_items_todo.yaml +++ b/plugins/action_items_todo.yaml @@ -2,7 +2,7 @@ name: action_items_todo description: Extract action items and todos from the transcript model: llama2 # Optional, falls back to OLLAMA_MODEL from .env type: or # and, or -run: matching # always, matching +run: always # always, matching prompt: | You are a task extraction specialist. Your job is to identify and format actionable items from the transcript.