# frozen_string_literal: true module Tools # Tool for showing thoughts. class Think < BitCore::Tool end end