class RubyLLM::Content

def to_a

def to_a
  return if @parts.empty?
  @parts
end