View Source ExOpenAI.Components.RunGraderRequest (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema RunGraderRequest.
Fields
:grader- required -map()
The grader used for the fine-tuning job.:item- optional -map()
The dataset item provided to the grader. This will be used to populate theitemnamespace. See the guide for more details.:model_sample- required -String.t()
The model sample to be evaluated. This value will be used to populate thesamplenamespace. See the guide for more details. Theoutput_jsonvariable will be populated if the model sample is a valid JSON string.