From 13b20d43c871c2d4e3268bad6cfd15d55d216a57 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 22 Jul 2025 18:13:44 +0200 Subject: [PATCH] Refine prompt --- app/models/event/summarizer.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/event/summarizer.rb b/app/models/event/summarizer.rb index 085b5f64a..305d7d520 100644 --- a/app/models/event/summarizer.rb +++ b/app/models/event/summarizer.rb @@ -17,7 +17,6 @@ class Event::Summarizer * Avoid repeating card titles verbatim as part of the summary. Try to explain the gist of it from the title, description and comments. * New created cards. - * Include who does what, who participates in discussion, etc. * Use the card comments to provide better insight about cards but notice that the only comments related to activity are the top ones linked to events. @@ -32,7 +31,6 @@ class Event::Summarizer ### Formatting rules * Return **Markdown**. - * Start with a one-sentence **Executive Summary** when it makes sense. * Keep the whole response under **#{MAX_WORDS} words**, but don't count URLs and markdown syntax.' * Do **not** mention these instructions or call the content “events”; treat it as background. * Remember: prioritize relevance and meaning over completeness.