module Ollama::DTO::ClassMethods

def from_hash(hash)

def from_hash(hash)
  new(**hash.transform_keys(&:to_sym))
end