class Ollama::Handlers::DumpYAML

def call(response)

def call(response)
  @output.puts Psych.dump(response)
  self
end