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

Commit 9b81aac

Browse files
committed
stray puts removed.
1 parent d1fef18 commit 9b81aac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ai_bot/bot.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ def reply(context, &update_blk)
208208

209209
# do not allow tools when we are at the end of a chain (total_completions == MAX_COMPLETIONS - 1)
210210
prompt.tool_choice = :none if total_completions == MAX_COMPLETIONS - 1
211-
puts total_completions
212-
puts prompt.tool_choice
213211
end
214212

215213
embed_thinking(raw_context)

0 commit comments

Comments
 (0)