class Ollama::Handlers::DumpJSON
def call(response)
def call(response) @output.puts JSON::pretty_generate(response, allow_nan: true, max_nesting: false) self end
def call(response) @output.puts JSON::pretty_generate(response, allow_nan: true, max_nesting: false) self end