OpenAI::EvalRunOutputItemResult
Inherits JSON::Serializable < Reference < Object
A single grader result for an evaluation run output item.
Constructors
new(pull : JSON::PullParser)
Sourcenew(name : String = "", type_value : String | Nil = nil, score : Float64 = 0.0, passed : Bool = false, sample : EvalRunOutputItemResultSample | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
sample=(sample : EvalRunOutputItemResultSample | Nil)
Optional sample or intermediate data produced by the grader.