Skip to content

Commit 0aff3fb

Browse files
committed
Remove useless comment
1 parent 2d0a2c5 commit 0aff3fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ruby_llm/stream_accumulator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def to_message
4444

4545
def tool_calls_from_stream # rubocop:disable Metrics/MethodLength
4646
tool_calls.transform_values do |tc|
47-
# The key fix - handle empty string arguments
4847
arguments = if tc.arguments.is_a?(String) && !tc.arguments.empty?
4948
JSON.parse(tc.arguments)
5049
elsif tc.arguments.is_a?(String)

0 commit comments

Comments
 (0)