class Generators::Avo::ToolGenerator

def in_code(text)

def in_code(text)
  "<code class='p-1 rounded bg-gray-500 text-white text-sm'>#{text}</code>"
end