From aa5865e8835b5e913410705b503d266b07fe99f2 Mon Sep 17 00:00:00 2001 From: Rafael Silva Date: Tue, 10 Jun 2025 14:12:56 -0300 Subject: [PATCH] format --- lib/summarization/strategies/hot_topic_gists.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/summarization/strategies/hot_topic_gists.rb b/lib/summarization/strategies/hot_topic_gists.rb index 6aa973c2..cb987824 100644 --- a/lib/summarization/strategies/hot_topic_gists.rb +++ b/lib/summarization/strategies/hot_topic_gists.rb @@ -89,7 +89,7 @@ module DiscourseAi context << "Your task is to capture the meaning of the initial statement." end - context + [{ type: :user, content: context }] end end end