OpenAI::EvalRunOutputItemList
Inherits JSON::Serializable < Reference < Object
An object representing a list of output items for an evaluation run.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : EvalRunOutputItemListObject = EvalRunOutputItemListObject::List, data : Array(EvalRunOutputItem) = [] of EvalRunOutputItem, first_id : String = "", last_id : String = "", has_more : Bool = false)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
first_id=(first_id : String)
The identifier of the first eval run output item in the data array.
object=(object : EvalRunOutputItemListObject)
The type of this object. It is always set to "list".