Class: RubyLLM::Tribunal::Reporters::JSON

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_llm/tribunal/reporters/json.rb

Overview

JSON output for CI/machine consumption.

Class Method Summary collapse

Class Method Details

.format(results) ⇒ Object



9
10
11
# File 'lib/ruby_llm/tribunal/reporters/json.rb', line 9

def format(results)
  convert_for_json(results).to_json
end