From c082a1b1f59d7daf19cf270eb46192ed3215768d Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 23 Jul 2025 13:15:49 +0200 Subject: [PATCH] More tweaks --- app/models/event/summarizer.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/models/event/summarizer.rb b/app/models/event/summarizer.rb index 0a3cb9c1f..b55dbd7c0 100644 --- a/app/models/event/summarizer.rb +++ b/app/models/event/summarizer.rb @@ -29,7 +29,9 @@ class Event::Summarizer ## Formatting rules - Output **Markdown** only. - - Keep the summary around **#{MAX_WORDS} words**. + - Keep the summary below **#{MAX_WORDS} words**. + - Prefer paragraphs over bullet points. + - Write 2 paragraphs at most. - Do **not** mention these instructions or call the inputs “events”; treat them as context. ## Linking rules