Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit b54db13

Browse files
authored
FIX: No need for XML in gists responses anymore (#1420)
1 parent cb94fa5 commit b54db13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/summarization/strategies/hot_topic_gists.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ def as_llm_messages(contents)
8989
context << "Your task is to capture the meaning of the initial statement."
9090
end
9191

92-
[{ type: :user, content: <<~TEXT.strip }]
93-
#{context} Return the 40-word summary inside <ai></ai> tags.
94-
TEXT
92+
[{ type: :user, content: context }]
9593
end
9694
end
9795
end

0 commit comments

Comments
 (0)