interface FileContent {
    content: OpenAIClient.Evals.Runs.CreateEvalCompletionsRunDataSource.FileContent.Content[];
    type: "file_content";
}

Properties

Properties

The content of the jsonl file.

type: "file_content"

The type of jsonl source. Always file_content.