OpenAI::GraderMulti
Inherits JSON::Serializable < Reference < Object
A MultiGrader object combines the output of multiple graders to produce a single score.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : GraderMultiType = GraderMultiType::Multi, name : String = "", graders : GraderMultiGraders = GraderStringCheck.new, calculate_output : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
calculate_output=(calculate_output : String)
A formula to calculate the output based on grader results.
graders
Sourcegraders=(graders : GraderMultiGraders)
Source