module Ollama::DTO

def empty?

def empty?
  to_hash.empty?
end