diff --git a/lib/summarization/strategies/hot_topic_gists.rb b/lib/summarization/strategies/hot_topic_gists.rb index 3b7c7ceb..cb987824 100644 --- a/lib/summarization/strategies/hot_topic_gists.rb +++ b/lib/summarization/strategies/hot_topic_gists.rb @@ -89,9 +89,7 @@ module DiscourseAi context << "Your task is to capture the meaning of the initial statement." end - [{ type: :user, content: <<~TEXT.strip }] - #{context} Return the 40-word summary inside tags. - TEXT + [{ type: :user, content: context }] end end end