interface FileID {
    id: string;
    type: "file_id";
}

Properties

Properties

id: string

The identifier of the file.

type: "file_id"

The type of jsonl source. Always file_id.