View Source OpenAi.Eval.Run.OutputItem.List (OpenAI REST API Client v1.0.0)
Provides struct and type for a Eval.Run.OutputItem.List
Summary
Types
@type t() :: %OpenAi.Eval.Run.OutputItem.List{ data: [OpenAi.Eval.Run.OutputItem.t()], first_id: String.t(), has_more: boolean(), last_id: String.t(), object: String.t() }