A JsonlRunDataSource object with that specifies a JSONL file that matches the eval

interface CreateEvalJSONLRunDataSource {
    source: OpenAIClient.Evals.Runs.CreateEvalJSONLRunDataSource.FileContent | OpenAIClient.Evals.Runs.CreateEvalJSONLRunDataSource.FileID;
    type: "jsonl";
}

Properties

Properties

type: "jsonl"

The type of data source. Always jsonl.