From 89a9e7f32c3637ab130bc638cd77827933cf002f Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 22 Jul 2025 12:27:51 +0200 Subject: [PATCH] Tweak prompt for trying to avoid liks like "card 1234" --- app/models/event/summarizer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/event/summarizer.rb b/app/models/event/summarizer.rb index 738c025d6..c08190d70 100644 --- a/app/models/event/summarizer.rb +++ b/app/models/event/summarizer.rb @@ -66,9 +66,9 @@ class Event::Summarizer `Right ✓ Ann and Arthur worked on [several layout issues with Safari on iOS](/collections/…/cards/613325334)` `Wrong ✗ Ann and Arthur worked on [Safari Layout issues](/collections/…/cards/613325334)` - `Wrong ✗ [card 613325334](/collections/…/cards/613325334)` + `NEVER ✗ [card 613325334](/collections/…/cards/613325334)` - 4. Try to make that link anchors read naturally as if the link itself wasn't present. + 5. Try to make that link anchors read naturally as if the link itself wasn't present. PROMPT end