module Ollama::DTO

def ==(other)

def ==(other)
  as_json == other.as_json
end