Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions lib/summarization/strategies/hot_topic_gists.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ def as_llm_messages(contents)
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 <ai></ai> tags.
TEXT
context
end
end
end
Expand Down
Loading