Commit 46b6d55

mo khan <mo@mokhan.ca>
2026-01-08 23:14:31
Change thinking prompt to elipsis
1 parent f4e9fb3
Changed files (1)
lib
elelem
lib/elelem/agent.rb
@@ -179,7 +179,7 @@ module Elelem
         content = ""
         tool_calls = []
 
-        print "Thinking> "
+        print "Thinking... "
         begin
           client.fetch(messages + turn_context, tools) do |chunk|
             case chunk[:type]