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

Commit aa5865e

Browse files
committed
format
1 parent 57a615f commit aa5865e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/summarization/strategies/hot_topic_gists.rb

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

92-
context
92+
[{ type: :user, content: context }]
9393
end
9494
end
9595
end

0 commit comments

Comments
 (0)