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

Determines what populates the item namespace in the data source.

type: "jsonl"

The type of data source. Always jsonl.