Provides struct and type for a Eval.Run.OutputItem
@type t() :: %OpenAi.Eval.Run.OutputItem{ created_at: integer(), datasource_item: map(), datasource_item_id: integer(), eval_id: String.t(), id: String.t(), object: String.t(), results: [map()], run_id: String.t(), sample: OpenAi.Eval.Run.OutputItem.Sample.t(), status: String.t() }