module Ollama::Handlers::Concern

def to_proc

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