module Ollama::Handlers::Concern

def initialize(output: $stdout)

def initialize(output: $stdout)
  @output = output
end

def to_proc

def to_proc
  -> response { call(response) }
end