class RubyLLM::ToolCall

def to_h

def to_h
  {
    id: @id,
    name: @name,
    arguments: @arguments
  }
end