Commit 14588be

mo khan <mo@mokhan.ca>
2026-01-20 18:12:18
Remove unused #summarize method
1 parent 4ef92ae
Changed files (1)
lib
elelem
lib/elelem/agent.rb
@@ -73,10 +73,6 @@ module Elelem
       @history = anchors + recent
     end
 
-    def summarize(ctx)
-      ctx.reverse.find { |m| m[:role] == "assistant" }&.[](:content) || ""
-    end
-
     def process(tool_call)
       name, args = tool_call[:name], tool_call[:arguments]
       terminal.say toolbox.header(name, args)