From a68ab76eb617456d2735e3d9ca947e804bb3847d Mon Sep 17 00:00:00 2001 From: Roman Rizzi Date: Thu, 5 Jun 2025 12:28:29 -0300 Subject: [PATCH] FIX: Update topic summarization prompt to work better when using full names (#1409) --- lib/personas/summarizer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/personas/summarizer.rb b/lib/personas/summarizer.rb index fe5d496b..7bdb9b3e 100644 --- a/lib/personas/summarizer.rb +++ b/lib/personas/summarizer.rb @@ -21,7 +21,7 @@ module DiscourseAi - Example: links to the 3rd and 6th posts by sam: sam ([#3]({resource_url}/3), [#6]({resource_url}/6)) - Example: link to the 6th post by jane: [agreed with]({resource_url}/6) - Example: link to the 13th post by joe: [joe]({resource_url}/13) - - When formatting usernames either use @USERNAME OR [USERNAME]({resource_url}/POST_NUMBER) + - When formatting usernames use [USERNAME]({resource_url}/POST_NUMBER) Format your response as a JSON object with a single key named "summary", which has the summary as the value. Your output should be in the following format: